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-01-16
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-01-16
module: fix coding style
Seunghun Lee
1
-31
/
+31
2014-01-16
export: declare ksymtab symbols
Johannes Berg
1
-0
/
+1
2014-01-15
etherdevice: Use ether_addr_copy to copy an Ethernet address
Joe Perches
1
-1
/
+23
2014-01-15
net: rename sysfs symlinks on device name change
Veaceslav Falico
1
-0
/
+1
2014-01-16
sched/nohz: Fix overflow error in scheduler_tick_max_deferment()
Kevin Hilman
1
-0
/
+6
2014-01-15
tick: Rename tick_check_idle() to tick_irq_enter()
Frederic Weisbecker
1
-3
/
+3
2014-01-15
Merge branch 'pci/reset' into next
Bjorn Helgaas
1
-0
/
+3
2014-01-15
crash_dump: fix compilation error (on MIPS at least)
Qais Yousef
1
-0
/
+2
2014-01-14
hwmon: (sht15) add include guard
Vivien Didelot
1
-0
/
+5
2014-01-14
hwmon: (max197) add include guard
Vivien Didelot
1
-0
/
+5
2014-01-14
hwmon: (s3c) Trivial cleanup in hwmon-s3c.h
Sachin Kamat
1
-6
/
+4
2014-01-15
crypto: ccp - CCP device enabled/disabled changes
Tom Lendacky
1
-0
/
+12
2014-01-15
crypto: ccp - Change data length declarations to u64
Tom Lendacky
1
-4
/
+4
2014-01-14
mtd: nand: don't use {read,write}_buf for 8-bit transfers
Uwe Kleine-König
1
-0
/
+3
2014-01-14
PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()
Alex Williamson
1
-0
/
+3
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-3
/
+0
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+8
2014-01-14
net: add skb_checksum_setup
Paul Durrant
1
-0
/
+2
2014-01-14
IB/core: Ethernet L2 attributes in verbs/cm structures
Matan Barak
1
-0
/
+1
2014-01-14
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
1
-0
/
+13
2014-01-14
mlx4_core: Add support for steerable IB UD QPs
Matan Barak
2
-1
/
+6
2014-01-14
IB/mlx5: Fix micro UAR allocator
Eli Cohen
1
-3
/
+4
2014-01-14
dma: Indicate residue granularity in dma_slave_caps
Lars-Peter Clausen
1
-0
/
+28
2014-01-14
audit: Convert int limit uses to u32
Joe Perches
1
-1
/
+1
2014-01-14
xtensa: add MX irqchip
Max Filippov
1
-0
/
+17
2014-01-14
xtensa: move built-in PIC to drivers/irqchip
Max Filippov
1
-0
/
+18
2014-01-14
i2c: Re-instate body of i2c_parent_is_i2c_adapter()
Stephen Warren
1
-1
/
+1
2014-01-14
ARM: tegra: fix tegra_powergate_sequence_power_up() inline
Stephen Warren
1
-1
/
+1
2014-01-14
ARM: S3C[24|64]xx: move includes back under <mach/> scope
Linus Walleij
2
-200
/
+0
2014-01-14
pinctrl: as3722: Set pin to output mode for some function
Mallikarjun Kasoju
1
-0
/
+1
2014-01-14
libceph: rename ceph_msg::front_max to front_alloc_len
Ilya Dryomov
1
-1
/
+1
2014-01-13
mtd: nand: use __packed shorthand
Brian Norris
1
-1
/
+1
2014-01-13
mtd: nand: support Micron READ RETRY
Brian Norris
1
-0
/
+3
2014-01-13
mtd: nand: add generic READ RETRY support
Brian Norris
1
-0
/
+6
2014-01-13
mtd: nand: add ONFI vendor block for Micron
Brian Norris
1
-1
/
+22
2014-01-13
audit: correct a type mismatch in audit_syscall_exit()
AKASHI Takahiro
1
-1
/
+1
2014-01-13
audit: convert all sessionid declaration to unsigned int
Eric Paris
1
-1
/
+1
2014-01-13
audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases
Richard Guy Briggs
1
-1
/
+3
2014-01-13
audit: fix incorrect type of sessionid
Richard Guy Briggs
1
-2
/
+2
2014-01-13
audit: fix netlink portid naming and types
Richard Guy Briggs
1
-1
/
+1
2014-01-13
audit: Simplify and correct audit_log_capset
Eric W. Biederman
1
-5
/
+5
2014-01-13
PCI: Add global pci_lock_rescan_remove()
Rafael J. Wysocki
1
-0
/
+3
2014-01-13
PCI: Cleanup pci.h whitespace
Bjorn Helgaas
1
-184
/
+54
2014-01-13
PCI: Reorder so actual code comes before stubs
Bjorn Helgaas
1
-23
/
+23
2014-01-13
usb: chipidea: add freescale imx28 special write register method
Peter Chen
1
-0
/
+1
2014-01-13
Merge branch 'pci/dead-code' into next
Bjorn Helgaas
2
-60
/
+0
2014-01-13
Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...
Greg Kroah-Hartman
1
-2
/
+2
2014-01-13
Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"
Greg Kroah-Hartman
1
-0
/
+1
2014-01-13
Revert "kernfs: remove KERNFS_REMOVED"
Greg Kroah-Hartman
1
-0
/
+1
[prev]
[next]