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
2011-12-12
threadgroup: extend threadgroup_lock() to cover exit and exec
Tejun Heo
1
-6
/
+41
2011-12-12
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
Tejun Heo
2
-20
/
+19
2011-12-12
netem: add cell concept to simulate special MAC behavior
Hagen Paul Pfeifer
1
-0
/
+3
2011-12-12
tcp memory pressure controls
Glauber Costa
1
-0
/
+1
2011-12-12
socket: initial cgroup code.
Glauber Costa
1
-0
/
+22
2011-12-12
Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
12
-16
/
+34
2011-12-12
USB: Remove the duplicate definition of HUB_SET_DEPTH
Qinglin Ye
1
-1
/
+0
2011-12-12
of: create of_phandle_args to simplify return of phandle parsing data
Grant Likely
2
-6
/
+15
2011-12-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-1
/
+23
2011-12-12
[media] DVB: Query DVB frontend delivery capabilities
Manu Abraham
2
-2
/
+4
2011-12-13
Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
33
-50
/
+287
2011-12-13
mfd: Convert wm8994 to use generic regmap irq_chip
Mark Brown
1
-2
/
+1
2011-12-13
Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+48
2011-12-13
mfd: Mark WM1811 GPIO6 register volatile for later revisions
Mark Brown
1
-0
/
+1
2011-12-13
mfd: Add missing mutex.h inclusion to WM8994 core.h
Mark Brown
1
-0
/
+1
2011-12-13
mfd: Constify WM8994 regulator_init_data
Mark Brown
1
-1
/
+1
2011-12-13
mfd: Enable register cache for wm8994 devices
Mark Brown
1
-2
/
+0
2011-12-13
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
1
-1
/
+4
2011-12-13
mfd: Define some additional wm8994 registers
Mark Brown
1
-0
/
+96
2011-12-13
mfd: Disable more pulls on WM8994
Mark Brown
1
-0
/
+6
2011-12-12
iommu/amd: Add routines to bind/unbind a pasid
Joerg Roedel
1
-0
/
+26
2011-12-12
iommu/amd: Implement device aquisition code for IOMMUv2
Joerg Roedel
1
-1
/
+22
2011-12-12
iommu/amd: Add device errata handling
Joerg Roedel
1
-0
/
+18
2011-12-12
UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace
David Howells
1
-9
/
+9
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-2
/
+2
2011-12-12
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
Michal Nazarewicz
1
-5
/
+5
2011-12-12
usb: gadget: renesas_usbhs: add platform power control function
Kuninori Morimoto
1
-0
/
+8
2011-12-12
usb: gadget: renesas_usbhs: tidyup the unit of detection_delay
Kuninori Morimoto
1
-1
/
+1
2011-12-12
Input: add driver for Sharp gp2ap002a00f proximity sensor
Courtney Cavin
1
-0
/
+22
2011-12-12
Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+48
2011-12-12
types.h: fix comment spelling for 'architectures'
Mark Einon
1
-1
/
+1
2011-12-11
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
4
-10
/
+10
2011-12-11
driver-core/cpu: Expose hotpluggability to the rest of the kernel
Josh Triplett
1
-0
/
+1
2011-12-11
rcu: Document same-context read-side constraints
Paul E. McKenney
2
-0
/
+20
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-46
/
+1
2011-12-11
sched: Add is_idle_task() to handle invalidated uses of idle_cpu()
Paul E. McKenney
1
-0
/
+8
2011-12-11
rcu: Introduce raw SRCU read-side primitives
Paul E. McKenney
1
-0
/
+43
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
1
-3
/
+43
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
1
-6
/
+7
2011-12-11
rcu: Make srcu_read_lock_held() call common lockdep-enabled function
Paul E. McKenney
1
-1
/
+4
2011-12-11
rcu: Warn when srcu_read_lock() is used in an extended quiescent state
Paul E. McKenney
1
-13
/
+23
2011-12-11
rcu: Remove one layer of abstraction from PROVE_RCU checking
Paul E. McKenney
1
-45
/
+8
2011-12-11
rcu: Warn when rcu_read_lock() is used in extended quiescent state
Frederic Weisbecker
1
-10
/
+42
2011-12-11
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
1
-0
/
+26
2011-12-11
rcu: Add failure tracing to rcutorture
Paul E. McKenney
1
-0
/
+8
2011-12-11
rcu: Track idleness independent of idle tasks
Paul E. McKenney
3
-40
/
+13
2011-12-10
mmc: core: Add quirk for long data read time
Stefan Nilsson XK
1
-0
/
+6
2011-12-09
serial: add irq handler for Freescale 16550 errata.
Paul Gortmaker
1
-0
/
+1
2011-12-09
serial: export the key functions for an 8250 IRQ handler
Paul Gortmaker
1
-0
/
+4
2011-12-09
efi: Add EFI file I/O data types
Matt Fleming
1
-0
/
+40
[prev]
[next]