index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc/sem.c: cacheline align the ipc spinlock for semaphores
Manfred Spraul
2010-05-27
1
-1
/
+3
*
notifier: change notifier_from_errno(0) to return NOTIFY_OK
Akinobu Mita
2010-05-27
1
-1
/
+4
*
proc: turn signal_struct->count into "int nr_threads"
Oleg Nesterov
2010-05-27
2
-3
/
+3
*
proc: get_nr_threads() doesn't need ->siglock any longer
Oleg Nesterov
2010-05-27
1
-0
/
+5
*
kill the obsolete thread_group_cputime_free() helper
Oleg Nesterov
2010-05-27
1
-4
/
+0
*
signals: kill the awful task_rq_unlock_wait() hack
Oleg Nesterov
2010-05-27
1
-1
/
+0
*
signals: make task_struct->signal immutable/refcountable
Oleg Nesterov
2010-05-27
1
-1
/
+1
*
exit: change zap_other_threads() to count sub-threads
Oleg Nesterov
2010-05-27
1
-1
/
+1
*
umh: creds: kill subprocess_info->cred logic
Oleg Nesterov
2010-05-27
2
-2
/
+0
*
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
Oleg Nesterov
2010-05-27
1
-17
/
+0
*
exec: replace call_usermodehelper_pipe with use of umh init function and reso...
Neil Horman
2010-05-27
1
-7
/
+0
*
kmod: add init function to usermodehelper
Neil Horman
2010-05-27
1
-10
/
+41
*
cpusets: randomize node rotor used in cpuset_mem_spread_node()
Jack Steiner
2010-05-27
2
-0
/
+9
*
cpusets: new round-robin rotor for SLAB allocations
Jack Steiner
2010-05-27
2
-0
/
+7
*
cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
2010-05-27
1
-1
/
+1
*
memcg: fix mis-accounting of file mapped racy with migration
akpm@linux-foundation.org
2010-05-27
2
-2
/
+9
*
memcg: move charge of file pages
Daisuke Nishimura
2010-05-27
1
-0
/
+5
*
gpiolib: introduce set_debounce method
Felipe Balbi
2010-05-27
2
-0
/
+10
*
gpiolib: document that names can contain printk format specifiers
Uwe Kleine-König
2010-05-27
1
-1
/
+3
*
gpiolib: make names array and its values const
Uwe Kleine-König
2010-05-27
2
-2
/
+2
*
gpio: add interrupt handling capability to max732x
Marc Zyngier
2010-05-27
1
-0
/
+3
*
sdhci-spear: ST SPEAr based SDHCI controller glue
Viresh KUMAR
2010-05-27
1
-0
/
+42
*
sdio: add new function for RAW (Read after Write) operation
Grazvydas Ignotas
2010-05-27
1
-0
/
+3
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-1
/
+1
*
mmc: add support MMCIF for SuperH
Yusuke Goda
2010-05-27
1
-0
/
+39
*
sdhci-pltfm: implement platform data passing
Anton Vorontsov
2010-05-27
1
-0
/
+35
*
Revert "endian: #define __BYTE_ORDER"
Linus Torvalds
2010-05-26
2
-6
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-25
8
-10
/
+113
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-05-25
1
-1
/
+3
|
|
\
|
|
*
wireless: fix mac80211.h kernel-doc warnings
Randy Dunlap
2010-05-24
1
-0
/
+3
|
|
*
Revert "ath9k: Group Key fix for VAPs"
John W. Linville
2010-05-24
1
-1
/
+0
|
*
|
sock.h: fix kernel-doc warning
Randy Dunlap
2010-05-24
1
-1
/
+1
|
*
|
cls_cgroup: Fix build error when built-in
Herbert Xu
2010-05-24
1
-1
/
+1
|
*
|
fec: add support for PHY interface platform data
Baruch Siach
2010-05-24
1
-0
/
+21
|
*
|
cls_cgroup: Store classid in struct sock
Herbert Xu
2010-05-24
2
-1
/
+72
|
*
|
caif: Bugfix - use standard Linux lists
Sjur Braendeland
2010-05-23
1
-2
/
+2
|
*
|
net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined
Ben Hutchings
2010-05-23
1
-1
/
+1
|
|
/
|
*
net: fix problem in dequeuing from input_pkt_queue
Tom Herbert
2010-05-21
1
-3
/
+11
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-05-20
2
-2
/
+2
|
|
\
|
|
*
netfilter: fix description of expected checkentry return code on xt_target
Luciano Coelho
2010-05-20
1
-1
/
+1
|
|
*
netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...
Joerg Marx
2010-05-20
1
-1
/
+1
*
|
|
driver core: add devname module aliases to allow module on-demand auto-loading
Kay Sievers
2010-05-25
1
-0
/
+2
*
|
|
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2010-05-25
1
-0
/
+3
|
\
\
\
|
*
\
\
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...
Russell King
2010-05-20
1
-0
/
+3
|
|
\
\
\
|
|
*
|
|
ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling
Daniel Mack
2010-04-14
1
-0
/
+3
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2010-05-25
1
-1
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
IB/core: Allow device-specific per-port sysfs files
Ralph Campbell
2010-05-21
1
-1
/
+3
*
|
|
|
|
|
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-05-25
2
-102
/
+31
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge remote branch 'origin' into secretlab/next-spi
Grant Likely
2010-05-25
384
-2535
/
+11047
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
spi: move bitbang txrx utility functions to private header
hartleys
2010-05-25
1
-101
/
+0
[next]