index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-4
/
+2
*
x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
3
-36
/
+21
*
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
7
-39
/
+24
*
powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
3
-18
/
+10
*
mips: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-8
/
+5
*
bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-2
/
+2
*
cpumask, nodemask: implement cpumask/nodemask_pr_args()
Tejun Heo
2015-02-13
2
-0
/
+16
*
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2015-02-13
2
-59
/
+96
*
cpumask: always use nr_cpu_ids in formatting and parsing functions
Tejun Heo
2015-02-13
1
-7
/
+7
*
lib/genalloc.c: check result of devres_alloc()
Jan Kara
2015-02-13
1
-0
/
+2
*
lib/string.c: improve strrchr()
Rasmus Villemoes
2015-02-13
1
-6
/
+6
*
fs/namespace: convert devname allocation to kstrdup_const
Andrzej Hajda
2015-02-13
1
-3
/
+3
*
mm/slab: convert cache name allocations to kstrdup_const
Andrzej Hajda
2015-02-13
1
-6
/
+6
*
clk: convert clock name allocations to kstrdup_const
Andrzej Hajda
2015-02-13
1
-6
/
+6
*
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2015-02-13
5
-23
/
+12
*
kernfs: convert node name allocation to kstrdup_const
Andrzej Hajda
2015-02-13
1
-6
/
+6
*
mm/util: add kstrdup_const
Andrzej Hajda
2015-02-13
2
-0
/
+41
*
lib: crc32: constify crc32 lookup table
Daniel Borkmann
2015-02-13
1
-3
/
+3
*
lib: bitmap: remove redundant code from __bitmap_shift_left
Rasmus Villemoes
2015-02-13
1
-7
/
+2
*
lib: bitmap: eliminate branch in __bitmap_shift_left
Rasmus Villemoes
2015-02-13
1
-4
/
+3
*
lib: bitmap: change bitmap_shift_left to take unsigned parameters
Rasmus Villemoes
2015-02-13
2
-11
/
+12
*
lib: bitmap: yet another simplification in __bitmap_shift_right
Rasmus Villemoes
2015-02-13
1
-4
/
+4
*
lib: bitmap: remove redundant code from __bitmap_shift_right
Rasmus Villemoes
2015-02-13
1
-2
/
+0
*
lib: bitmap: eliminate branch in __bitmap_shift_right
Rasmus Villemoes
2015-02-13
1
-3
/
+3
*
lib: bitmap: change bitmap_shift_right to take unsigned parameters
Rasmus Villemoes
2015-02-13
2
-11
/
+11
*
lib/bitmap.c: elide bitmap_copy_le on little-endian
Rasmus Villemoes
2015-02-13
2
-0
/
+6
*
lib/bitmap.c: change prototype of bitmap_copy_le
Rasmus Villemoes
2015-02-13
2
-6
/
+5
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2015-02-13
10
-8
/
+748
|
\
|
*
leds: leds-gpio: Pass on error codes unmodified
Soren Brinkmann
2015-02-02
1
-1
/
+2
|
*
DT: leds: Add led-sources property
Jacek Anaszewski
2015-01-29
1
-1
/
+15
|
*
leds: Add LED Flash class extension to the LED subsystem
Jacek Anaszewski
2015-01-26
6
-0
/
+711
|
*
leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack
Geert Uytterhoeven
2015-01-14
1
-3
/
+1
|
*
leds: Use setup_timer
Julia Lawall
2015-01-14
1
-3
/
+2
|
*
leds: Don't allow brightness values greater than max_brightness
Gabriele Mazzotta
2015-01-14
1
-1
/
+2
|
*
DT: leds: Add flash LED devices related properties
Pavel Machek
2015-01-14
1
-0
/
+16
*
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-02-13
2
-39
/
+28
|
\
\
|
*
|
module: Replace over-engineered nested sleep
Peter Zijlstra
2015-02-11
1
-28
/
+8
|
*
|
module: Annotate nested sleep in resolve_symbol()
Peter Zijlstra
2015-02-11
1
-0
/
+6
|
*
|
module: Remove double spaces in module verification taint message
Marcel Holtmann
2015-02-06
1
-1
/
+1
|
*
|
kernel/module.c: Free lock-classes if parse_args failed
Andrey Tsyvarev
2015-02-06
1
-0
/
+3
|
*
|
module: set ksymtab/kcrctab* section addresses to 0x0
Rabin Vincent
2015-02-06
1
-10
/
+10
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2015-02-13
3
-21
/
+22
|
\
\
\
|
*
|
|
tile: change MAINTAINERS website from tilera.com to ezchip.com
Chris Metcalf
2015-02-13
1
-1
/
+1
|
*
|
|
tile: enable sparse checks for get/put_user
Chris Metcalf
2015-01-13
1
-8
/
+11
|
*
|
|
tile: fix put_user sparse errors
Chris Metcalf
2015-01-13
1
-9
/
+9
|
*
|
|
tile: default to little endian on older toolchains
Chris Metcalf
2015-01-13
1
-3
/
+1
*
|
|
|
Revert "x86/apic: Only disable CPU x2apic mode when necessary"
Linus Torvalds
2015-02-13
1
-2
/
+1
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-02-13
88
-1626
/
+6026
|
\
\
\
\
|
*
|
|
|
KVM: ia64: drop kvm.h from installed user headers
Mike Frysinger
2015-02-10
1
-1
/
+0
|
*
|
|
|
KVM: x86: fix build with !CONFIG_SMP
Radim Krčmář
2015-02-10
1
-0
/
+1
[prev]
[next]