index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
ipc,sem: have only one list in struct sem_queue
Rik van Riel
1
-31
/
+34
2013-05-01
ipc,sem: open code and rename sem_lock
Rik van Riel
1
-6
/
+23
2013-05-01
ipc,sem: do not hold ipc lock more than necessary
Davidlohr Bueso
2
-48
/
+118
2013-05-01
ipc: introduce lockless pre_down ipcctl
Davidlohr Bueso
2
-5
/
+29
2013-05-01
ipc: introduce obtaining a lockless ipc object
Davidlohr Bueso
2
-14
/
+59
2013-05-01
ipc: remove bogus lock comment for ipc_checkid
Davidlohr Bueso
1
-6
/
+1
2013-05-01
ipc/msgutil.c: use linux/uaccess.h
HoSung Jung
1
-2
/
+2
2013-05-01
ipc: refactor msg list search into separate function
Peter Hurley
1
-22
/
+26
2013-05-01
ipc: simplify msg list search
Peter Hurley
1
-6
/
+2
2013-05-01
ipc: implement MSG_COPY as a new receive mode
Peter Hurley
1
-13
/
+9
2013-05-01
ipc: remove msg handling from queue scan
Peter Hurley
1
-10
/
+4
2013-05-01
ipc: set EFAULT as default error in load_msg()
Peter Hurley
1
-7
/
+3
2013-05-01
ipc: tighten msg copy loops
Peter Hurley
1
-21
/
+11
2013-05-01
ipc: separate msg allocation from userspace copy
Peter Hurley
1
-14
/
+38
2013-05-01
ipc: clamp with min()
Peter Hurley
1
-22
/
+8
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
87
-1489
/
+539
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
214
-1690
/
+2820
2013-04-30
Merge tag 'md-3.10' of git://neil.brown.name/md
Linus Torvalds
9
-131
/
+368
2013-04-30
Documentation/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-10
/
+10
2013-04-30
ethernet/emac/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-2
/
+2
2013-04-30
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
ARM/etm/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
power/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
kgdb/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
lib/decompress.c: fix initconst
Andi Kleen
1
-1
/
+1
2013-04-30
notifier-error-inject: fix module names in Kconfig
Akinobu Mita
1
-2
/
+2
2013-04-30
kernel/sys.c: make prctl(PR_SET_MM) generally available
Amnon Shiloh
1
-8
/
+2
2013-04-30
UAPI: remove empty Kbuild files
David Howells
2
-4
/
+0
2013-04-30
menuconfig: print more info for symbol without prompts
Wengmeiling
1
-7
/
+20
2013-04-30
init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig display
Mike Frysinger
1
-40
/
+40
2013-04-30
kconfig menu: move Virtualization drivers near other virtualization options
Randy Dunlap
1
-2
/
+2
2013-04-30
Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Stephen Boyd
16
-76
/
+31
2013-04-30
relay: use macro PAGE_ALIGN instead of FIX_SIZE
zhangwei(Jovi)
1
-4
/
+1
2013-04-30
kernel/relay.c: move FIX_SIZE macro into relay.c
zhangwei(Jovi)
2
-3
/
+3
2013-04-30
kernel/relay.c: remove unused function argument actor
zhangwei(Jovi)
1
-8
/
+4
2013-04-30
drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()
Wei Yongjun
1
-1
/
+2
2013-04-30
drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()
Wei Yongjun
1
-1
/
+2
2013-04-30
drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()
Wei Yongjun
1
-1
/
+2
2013-04-30
drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()
Wei Yongjun
1
-1
/
+3
2013-04-30
drivers/memstick/host/r592.c: make r592_pm_ops static
Jingoo Han
1
-5
/
+3
2013-04-30
semaphore: use `bool' type for semaphore_waiter's up
liguang
1
-3
/
+3
2013-04-30
semaphore: use unlikely() for down's timeout
liguang
1
-1
/
+1
2013-04-30
pps: pps_kc_hardpps_lock can be static
Fengguang Wu
1
-3
/
+3
2013-04-30
pps: hide more configuration symbols behind CONFIG_PPS
Florian Fainelli
1
-2
/
+4
2013-04-30
aoe: replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
1
-2
/
+1
2013-04-30
nbd: increase default and max request sizes
Michal Belczyk
1
-0
/
+2
2013-04-30
pid_namespace.c/.h: simplify defines
Raphael S.Carvalho
3
-6
/
+3
2013-04-30
kernel/pid.c: improve flow of a loop inside alloc_pidmap.
Raphael S. Carvalho
1
-2
/
+6
2013-04-30
rbtree_test: add __init/__exit annotations
Davidlohr Bueso
1
-2
/
+2
[next]