index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
1
-5
/
+5
2014-12-04
common object embedded into various struct ....ns
Al Viro
5
-4
/
+16
2014-12-04
Merge tag 'tegra-for-3.19-iommu' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-0
/
+22
2014-12-04
Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into n...
Arnd Bergmann
2
-0
/
+9
2014-12-04
Merge tag 'mvebu-soc-suspend-3.19' of git://git.infradead.org/linux-mvebu int...
Arnd Bergmann
1
-0
/
+1
2014-12-04
kvm: optimize GFN to memslot lookup with large slots amount
Igor Mammedov
1
-12
/
+22
2014-12-04
kvm: search_memslots: add simple LRU memslot caching
Igor Mammedov
1
-2
/
+10
2014-12-04
PCI: Expose pci_load_saved_state for public consumption.
Konrad Rzeszutek Wilk
1
-0
/
+2
2014-12-04
driver core: Provide an wrapper around the mutex to do lockdep warnings
Konrad Rzeszutek Wilk
1
-0
/
+5
2014-12-03
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
1
-2
/
+2
2014-12-04
block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-2
/
+2
2014-12-04
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
2
-6
/
+3
2014-12-04
PM: Merge the SET*_RUNTIME_PM_OPS() macros
Rafael J. Wysocki
1
-9
/
+2
2014-12-04
ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI core
Rafael J. Wysocki
1
-15
/
+11
2014-12-04
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
4
-40
/
+29
2014-12-04
PM / Domains: Initial PM clock support for genpd
Ulf Hansson
1
-0
/
+4
2014-12-03
clk: change clk_debugfs_add_file to take a struct clk_hw
Tomeu Vizoso
1
-1
/
+1
2014-12-03
clk: Don't expose __clk_get_accuracy
Tomeu Vizoso
1
-1
/
+0
2014-12-03
clk: Remove unused function __clk_get_prepare_count
Tomeu Vizoso
1
-1
/
+0
2014-12-03
of: Drop ->next pointer from struct device_node
Grant Likely
1
-1
/
+0
2014-12-03
of: add optional options parameter to of_find_node_by_path()
Leif Lindholm
1
-1
/
+13
2014-12-02
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+2
2014-12-02
bridge: add new brport flag LEARNING_SYNC
Scott Feldman
1
-0
/
+1
2014-12-02
bridge: move private brport flags to if_bridge.h so port drivers can use flags
Scott Feldman
1
-0
/
+12
2014-12-02
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
1
-0
/
+18
2014-12-02
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
Scott Feldman
1
-0
/
+5
2014-12-02
net: introduce generic switch devices support
Jiri Pirko
1
-0
/
+10
2014-12-02
net: rename netdev_phys_port_id to more generic name
Jiri Pirko
1
-8
/
+8
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
2
-5
/
+9
2014-12-02
Merge 3.18-rc7 into staging-work.
Greg Kroah-Hartman
19
-20
/
+71
2014-12-02
kcmp: Move kcmp.h into uapi
Michael Ellerman
1
-17
/
+0
2014-12-02
Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...
Joerg Roedel
54
-155
/
+642
2014-12-02
Merge tag 'v3.18-rc7' into drm-next
Dave Airlie
19
-20
/
+71
2014-12-02
NFC: st21nfcb: Remove gpio_irq field in static and dts configuration
Christophe Ricard
1
-1
/
+0
2014-12-02
NFC: st21nfca: Remove gpio_irq field in static and dts configuration
Christophe Ricard
1
-1
/
+0
2014-12-01
HID: make hid_report_len as a static inline function in hid.h
Mathieu Magnaudet
1
-0
/
+11
2014-12-01
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
1
-4
/
+3
2014-12-01
of: Rename "poweroff-source" property to "system-power-controller"
Romain Perier
1
-3
/
+3
2014-12-01
dma-mapping: detect and configure IOMMU in of_dma_configure
Will Deacon
1
-1
/
+7
2014-12-01
iommu: provide helper function to configure an IOMMU for an of master
Will Deacon
1
-0
/
+6
2014-12-01
iommu: add new iommu_ops callback for adding an OF device
Will Deacon
1
-0
/
+6
2014-12-01
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
Will Deacon
1
-5
/
+2
2014-12-01
iommu: provide early initialisation hook for IOMMU drivers
Will Deacon
2
-0
/
+27
2014-11-30
hwmon: (pmbus) Add regulator support
Alan Tull
1
-0
/
+4
2014-11-30
Merge 3.18-rc7 into usb-next
Greg Kroah-Hartman
19
-20
/
+71
2014-12-01
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
1
-1
/
+11
2014-12-01
Merge back earlier cpufreq material for 3.19-rc1.
Rafael J. Wysocki
1
-25
/
+29
2014-11-30
fs: debugfs: add forward declaration for struct device type
Arend van Spriel
1
-0
/
+1
2014-11-30
bus: mvebu-mbus: provide a mechanism to save SDRAM window configuration
Thomas Petazzoni
1
-0
/
+1
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-4
/
+10
[prev]
[next]