index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-27
ipc/sem.c: cacheline align the ipc spinlock for semaphores
Manfred Spraul
1
-1
/
+3
2010-05-27
notifier: change notifier_from_errno(0) to return NOTIFY_OK
Akinobu Mita
1
-1
/
+4
2010-05-27
proc: turn signal_struct->count into "int nr_threads"
Oleg Nesterov
2
-3
/
+3
2010-05-27
proc: get_nr_threads() doesn't need ->siglock any longer
Oleg Nesterov
1
-0
/
+5
2010-05-27
kill the obsolete thread_group_cputime_free() helper
Oleg Nesterov
1
-4
/
+0
2010-05-27
signals: kill the awful task_rq_unlock_wait() hack
Oleg Nesterov
1
-1
/
+0
2010-05-27
signals: make task_struct->signal immutable/refcountable
Oleg Nesterov
1
-1
/
+1
2010-05-27
exit: change zap_other_threads() to count sub-threads
Oleg Nesterov
1
-1
/
+1
2010-05-27
umh: creds: kill subprocess_info->cred logic
Oleg Nesterov
2
-2
/
+0
2010-05-27
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
Oleg Nesterov
1
-17
/
+0
2010-05-27
exec: replace call_usermodehelper_pipe with use of umh init function and reso...
Neil Horman
1
-7
/
+0
2010-05-27
kmod: add init function to usermodehelper
Neil Horman
1
-10
/
+41
2010-05-27
cpusets: randomize node rotor used in cpuset_mem_spread_node()
Jack Steiner
2
-0
/
+9
2010-05-27
cpusets: new round-robin rotor for SLAB allocations
Jack Steiner
2
-0
/
+7
2010-05-27
cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
1
-1
/
+1
2010-05-27
memcg: fix mis-accounting of file mapped racy with migration
akpm@linux-foundation.org
2
-2
/
+9
2010-05-27
memcg: move charge of file pages
Daisuke Nishimura
1
-0
/
+5
2010-05-27
gpiolib: introduce set_debounce method
Felipe Balbi
1
-0
/
+5
2010-05-27
gpiolib: make names array and its values const
Uwe Kleine-König
1
-1
/
+1
2010-05-27
gpio: add interrupt handling capability to max732x
Marc Zyngier
1
-0
/
+3
2010-05-27
sdhci-spear: ST SPEAr based SDHCI controller glue
Viresh KUMAR
1
-0
/
+42
2010-05-27
sdio: add new function for RAW (Read after Write) operation
Grazvydas Ignotas
1
-0
/
+3
2010-05-27
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
1
-1
/
+1
2010-05-27
mmc: add support MMCIF for SuperH
Yusuke Goda
1
-0
/
+39
2010-05-27
sdhci-pltfm: implement platform data passing
Anton Vorontsov
1
-0
/
+35
2010-05-26
Revert "endian: #define __BYTE_ORDER"
Linus Torvalds
2
-6
/
+0
2010-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-5
/
+34
2010-05-26
driver core: add devname module aliases to allow module on-demand auto-loading
Kay Sievers
1
-0
/
+2
2010-05-25
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+3
2010-05-25
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-102
/
+31
2010-05-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
2
-3
/
+9
2010-05-25
fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
Grazvydas Ignotas
3
-4
/
+2
2010-05-25
lis3: interrupt handlers for 8bit wakeup and click events
Samu Onkalo
1
-0
/
+2
2010-05-25
lis3: add skeletons for interrupt handlers
Samu Onkalo
1
-0
/
+1
2010-05-25
lis3: introduce platform data for second ff / wu unit
Samu Onkalo
1
-0
/
+9
2010-05-25
lib: introduce common method to convert hex digits
Andy Shevchenko
1
-0
/
+2
2010-05-25
DYNAMIC_DEBUG: fix documentation errors
Florian Ragwitz
1
-1
/
+1
2010-05-25
ratelimit: add ratelimit_state_init()
OGAWA Hirofumi
1
-1
/
+12
2010-05-25
printk_ratelimited(): fix uninitialized spinlock
OGAWA Hirofumi
1
-8
/
+7
2010-05-25
kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn
Joe Perches
1
-0
/
+2
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
2
-4
/
+4
2010-05-25
endian: #define __BYTE_ORDER
Joakim Tjernlund
2
-0
/
+6
2010-05-25
err.h: add __must_check to error pointer handlers
Jani Nikula
1
-5
/
+5
2010-05-25
mm: make lowmem_page_address() use PFN_PHYS() for improved portability
Chris Metcalf
1
-1
/
+2
2010-05-25
mem-hotplug: fix potential race while building zonelist for new populated zone
Haicheng Li
1
-0
/
+1
2010-05-25
mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset
Haicheng Li
1
-1
/
+1
2010-05-25
mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.
Marcelo Roberto Jimenez
1
-1
/
+1
2010-05-25
highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...
Akinobu Mita
1
-1
/
+1
2010-05-25
include/linux/gfp.h: fix coding style
matt mooney
1
-5
/
+5
2010-05-25
include/linux/gfp.h: spelling fixes
matt mooney
1
-4
/
+4
[next]