index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
accounting: account for user time when updating memory integrals
Jonathan Lim
3
-8
/
+17
2008-07-25
unexport uts_sem
Adrian Bunk
1
-2
/
+0
2008-07-25
markers: fix sparse integer as NULL pointer warning
Harvey Harrison
1
-1
/
+1
2008-07-25
markers: use rcu_barrier_sched() and call_rcu_sched()
Mathieu Desnoyers
1
-17
/
+8
2008-07-25
aoe: convert emsgs_sema into a completion
Matthias Kaehlcke
1
-4
/
+5
2008-07-25
pidns: remove find_task_by_pid, unused for a long time
Pavel Emelyanov
3
-25
/
+1
2008-07-25
pidns: remove now unused find_pid function.
Pavel Emelyanov
3
-11
/
+3
2008-07-25
pidns: remove now unused kill_proc function
Pavel Emelyanov
2
-13
/
+0
2008-07-25
shrink struct pid by removing padding on 64 bit builds
Richard Kennedy
1
-1
/
+1
2008-07-25
proper pid{hash,map}_init() prototypes
Adrian Bunk
2
-2
/
+3
2008-07-25
sysctl: allow override of /proc/sys/net with CAP_NET_ADMIN
Stephen Hemminger
1
-0
/
+14
2008-07-25
sysctl: check for bogus modes
Alexey Dobriyan
1
-0
/
+2
2008-07-25
proc: misplaced export of find_get_pid
David Sterba
1
-1
/
+1
2008-07-25
proc: move Kconfig to fs/proc/Kconfig
Alexey Dobriyan
2
-59
/
+60
2008-07-25
proc: remove pathetic remount code
Alexey Dobriyan
1
-7
/
+0
2008-07-25
proc: always do ->release
Alexey Dobriyan
4
-4
/
+92
2008-07-25
move proc_kmsg_operations to fs/proc/internal.h
Adrian Bunk
3
-1
/
+3
2008-07-25
unexport proc_clear_tty
Adrian Bunk
1
-1
/
+0
2008-07-25
dell_rbu: use memory_read_from_buffer()
Akinobu Mita
1
-25
/
+3
2008-07-25
fs/partitions/efi: convert to pr_debug
Thomas Gleixner
1
-25
/
+17
2008-07-25
block/ioctl.c and fs/partition/check.c: check value returned by add_partition()
Abdel Benamrouche
2
-4
/
+11
2008-07-25
fs/partition/check.c: fix return value warning
Abdel Benamrouche
2
-7
/
+23
2008-07-25
dcdbas: use memory_read_from_buffer()
Akinobu Mita
1
-11
/
+2
2008-07-25
firmware: use memory_read_from_buffer()
Akinobu Mita
1
-9
/
+3
2008-07-25
drivers/misc/phantom: note PCI
Jiri Slaby
2
-2
/
+4
2008-07-25
Char: mxser, various cleanups
Jiri Slaby
1
-20
/
+4
2008-07-25
Char: mxser, remove predefined isa support
Jiri Slaby
1
-40
/
+27
2008-07-25
Char: mxser, prints cleanup
Jiri Slaby
1
-43
/
+37
2008-07-25
Char: mxser, update documentation
Jiri Slaby
1
-140
/
+252
2008-07-25
Char: mxser, globals cleanup
Jiri Slaby
1
-75
/
+55
2008-07-25
Char: mxser, ioctl cleanup
Jiri Slaby
1
-23
/
+19
2008-07-25
nwflash: use simple_read_from_buffer()
Akinobu Mita
1
-23
/
+8
2008-07-25
dsp56k: BKL pushdown
Alan Cox
1
-6
/
+14
2008-07-25
ds1302: push down the BKL into the driver ioctl code
Alan Cox
1
-6
/
+11
2008-07-25
ppdev: wrap ioctl handler in driver and push lock down
Alan Cox
1
-5
/
+13
2008-07-25
ixj: push BKL into driver and wrap ioctls
Alan Cox
1
-4
/
+13
2008-07-25
sx: push BKL down into the firmware ioctl handler
Alan Cox
1
-30
/
+43
2008-07-25
rio: push down the BKL into the firmware ioctl handler
Alan Cox
1
-3
/
+5
2008-07-25
mwave: ioctl BKL pushdown
Alan Cox
1
-11
/
+28
2008-07-25
ip2: push BKL down for the firmware interface
Alan Cox
1
-5
/
+8
2008-07-25
efirtc: push down the BKL
Alan Cox
1
-16
/
+19
2008-07-25
#if 0 hpet_unregister()
Adrian Bunk
1
-0
/
+2
2008-07-25
proper extern for mwave_s_mdd
Adrian Bunk
2
-2
/
+2
2008-07-25
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
Edgar E. Iglesias
2
-7
/
+7
2008-07-25
pty: remove unused UNIX98_PTY_COUNT options
Adrian Bunk
2
-28
/
+0
2008-07-25
ipc: do not use a negative value to re-enable msgmni automatic recomputing
Nadia Derbey
3
-19
/
+76
2008-07-25
ipc: use simple_read_from_buffer()
Akinobu Mita
1
-18
/
+7
2008-07-25
ipc/sem.c: rewrite undo list locking
Manfred Spraul
2
-55
/
+98
2008-07-25
ipc/sem.c: convert sem_array.sem_pending to struct list_head
Manfred Spraul
2
-64
/
+40
2008-07-25
ipc/sem.c: remove unused entries from struct sem_queue
Manfred Spraul
2
-4
/
+0
[next]