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
2013-09-25
mmc: core: clean up duplicate macros
Jackey Shen
1
-2
/
+0
2013-09-25
mmc: dw_mmc: guarantee stop-abort cmd in data errors
Seungwon Jeon
1
-0
/
+2
2013-09-25
mmc: dw_mmc: control card read threshold
Seungwon Jeon
1
-0
/
+1
2013-09-25
mmc: dw_mmc: adjust the fifoth with block size
Seungwon Jeon
1
-0
/
+1
2013-09-25
mmc: core: remove dead function mmc_try_claim_host
Grant Grundler
1
-1
/
+0
2013-09-25
tty: Remove unused drop() method from tty_port interface
Peter Hurley
1
-1
/
+0
2013-09-25
usb: core: implement AMD remote wakeup quirk
Huang Rui
1
-0
/
+3
2013-09-25
Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
1
-1
/
+2
2013-09-25
PCI: Document reason for using pci_is_root_bus()
Bjorn Helgaas
1
-0
/
+4
2013-09-25
PCI: Remove unused "is_pcie" from pci_dev structure
Yijing Wang
1
-2
/
+0
2013-09-25
PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()
Joe Perches
1
-2
/
+2
2013-09-25
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
2
-0
/
+4
2013-09-25
Merge 3.12-rc2 into staging-next.
Greg Kroah-Hartman
7
-6
/
+27
2013-09-25
rcu: Consistent rcu_is_watching() naming
Paul E. McKenney
3
-14
/
+22
2013-09-25
rcu: Is it safe to enter an RCU read-side critical section?
Paul E. McKenney
3
-4
/
+15
2013-09-25
mfd: mc13xxx: Move SPI erratum workaround into SPI I/O function
Mark Brown
1
-0
/
+7
2013-09-25
sched, x86: Optimize the preempt_schedule() call
Peter Zijlstra
1
-8
/
+5
2013-09-25
sched: Prepare for per-cpu preempt_count
Peter Zijlstra
1
-3
/
+9
2013-09-25
sched: Extract the basic add/sub preempt_count modifiers
Peter Zijlstra
4
-73
/
+54
2013-09-25
sched, arch: Create asm/preempt.h
Peter Zijlstra
1
-48
/
+1
2013-09-25
sched: Add NEED_RESCHED to the preempt_count
Peter Zijlstra
2
-7
/
+47
2013-09-25
sched: Introduce preempt_count accessor functions
Peter Zijlstra
1
-6
/
+19
2013-09-25
sched, idle: Fix the idle polling state logic
Peter Zijlstra
2
-7
/
+73
2013-09-25
sched: Remove {set,clear}_need_resched
Peter Zijlstra
1
-2
/
+13
2013-09-25
efi: Add proper definitions for some EFI function pointers.
Roy Franz
1
-16
/
+34
2013-09-25
iommu: Change iommu driver to call io_page_fault trace event
Shuah Khan
1
-0
/
+2
2013-09-24
of: clean-up ifdefs in of_irq.h
Rob Herring
1
-12
/
+8
2013-09-24
revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"
Andrew Morton
1
-3
/
+7
2013-09-24
revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"
Andrew Morton
1
-4
/
+2
2013-09-24
revert "memcg: enhance memcg iterator to support predicates"
Andrew Morton
1
-43
/
+6
2013-09-24
watchdog: update watchdog_thresh properly
Michal Hocko
1
-0
/
+6
2013-09-25
ARM: davinci: gpio: use gpiolib API instead of inline functions
Philip Avinash
1
-0
/
+35
2013-09-24
kvm: remove .done from struct kvm_async_pf
Radim Krčmář
1
-1
/
+0
2013-09-24
x86/iommu: correct ICS register offset
Li, Zhen-Hua
1
-1
/
+1
2013-09-24
KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches
David Howells
1
-0
/
+6
2013-09-24
KEYS: Implement a big key type that can save to tmpfs
David Howells
1
-0
/
+1
2013-09-24
KEYS: Expand the capacity of a keyring
David Howells
1
-5
/
+8
2013-09-24
Add a generic associative array implementation.
David Howells
2
-0
/
+274
2013-09-24
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
David Howells
1
-3
/
+7
2013-09-24
KEYS: Introduce a search context structure
David Howells
1
-0
/
+5
2013-09-24
KEYS: Consolidate the concept of an 'index key' for key access
David Howells
1
-5
/
+16
2013-09-24
KEYS: Use bool in make_key_ref() and is_key_possessed()
David Howells
1
-2
/
+2
2013-09-24
gpio: davinci: move to platform device
KV Sujith
1
-0
/
+25
2013-09-23
cgroup: kill css_id
Li Zefan
1
-37
/
+0
2013-09-23
PCI/ACPI: Name _OSC #defines more consistently
Bjorn Helgaas
1
-6
/
+6
2013-09-23
ACPI: Write OSC_PCI_CONTROL_MASKS like OSC_PCI_SUPPORT_MASKS
Bjorn Helgaas
1
-6
/
+1
2013-09-23
ACPI: Remove unused OSC_PCI_NATIVE_HOTPLUG
Bjorn Helgaas
1
-3
/
+0
2013-09-23
ACPI: Tidy acpi_run_osc() declarations
Bjorn Helgaas
1
-5
/
+5
2013-09-23
ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD
Bjorn Helgaas
1
-3
/
+4
2013-09-23
ACPI: Write _OSC bit field definitions in hex
Bjorn Helgaas
1
-27
/
+27
[prev]
[next]