index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
x86: uv: XPC receive message reuse triggers invalid BUG_ON()
Robin Holt
1
-3
/
+0
2009-12-16
X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE state
Robin Holt
1
-1
/
+2
2009-12-16
x86: uv: xpc NULL deref when mesq becomes empty
Robin Holt
1
-3
/
+5
2009-12-16
x86: uv: update XPC to handle updated BIOS interface
Robin Holt
5
-32
/
+50
2009-12-16
X86: uv: implement a gru_read_gpa kernel function
Robin Holt
5
-0
/
+52
2009-12-16
x86: uv: introduce uv_gpa_is_mmr
Robin Holt
1
-0
/
+7
2009-12-16
x86: uv: xpc needs to provide an abstraction for uv_gpa
Robin Holt
4
-0
/
+24
2009-12-16
x86: uv: introduce a means to translate from gpa -> socket_paddr
Robin Holt
1
-0
/
+13
2009-12-16
direct-io: cleanup blockdev_direct_IO locking
Christoph Hellwig
4
-134
/
+71
2009-12-16
dio: don't zero out the pages array inside struct dio
Jeff Moyer
1
-13
/
+25
2009-12-16
aio: remove unused field
Shaohua Li
2
-42
/
+2
2009-12-16
FS-Cache: Avoid maybe-used-uninitialised warning on variable
David Howells
1
-1
/
+1
2009-12-16
kexec: premit reduction of the reserved memory size
Amerigo Wang
3
-0
/
+82
2009-12-16
parport_pc.c: use correct length in strncmp
Joe Perches
1
-1
/
+1
2009-12-16
dma-mapping: fix off-by-one error in dma_capable()
Jan Beulich
4
-5
/
+5
2009-12-16
edac: i5100 add 6 ranks per channel
Nils Carlson
1
-16
/
+20
2009-12-16
edac: i5100 add scrubbing
Nils Carlson
1
-2
/
+110
2009-12-16
edac: i5100 clean controller to channel terms
Nils Carlson
1
-55
/
+55
2009-12-16
pid: reduce code size by using a pointer to iterate over array
André Goddard Rosa
1
-3
/
+2
2009-12-16
pid: tighten pidmap spinlock critical section by removing kfree()
André Goddard Rosa
1
-3
/
+4
2009-12-16
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
29
-44
/
+9
2009-12-16
drivers/char/ipmi: Use KCS_IDLE_STATE
Julia Lawall
1
-1
/
+1
2009-12-16
ipc: HARD_MSGMAX should be higher not lower on 64bit
Amerigo Wang
1
-1
/
+1
2009-12-16
ipc: remove unreachable code in sem.c
Amerigo Wang
1
-2
/
+1
2009-12-16
ipc/sem.c: optimize single sops when semval is zero
Manfred Spraul
1
-0
/
+11
2009-12-16
ipc/sem.c: optimize single semop operations
Manfred Spraul
1
-11
/
+40
2009-12-16
ipc/sem.c: add a per-semaphore pending list
Manfred Spraul
2
-6
/
+36
2009-12-16
ipc/sem.c: optimize if semops fail
Manfred Spraul
1
-2
/
+2
2009-12-16
ipc/sem.c: sem preempt improve
Nick Piggin
1
-15
/
+23
2009-12-16
ipc/sem.c: sem use list operations
Nick Piggin
1
-44
/
+31
2009-12-16
ipc/sem.c: sem optimise undo list search
Nick Piggin
1
-6
/
+20
2009-12-16
ipc ns: fix memory leak (idr)
Serge E. Hallyn
3
-0
/
+3
2009-12-16
signals: check ->group_stop_count after tracehook_get_signal()
Oleg Nesterov
1
-5
/
+4
2009-12-16
signals: kill force_sig_specific()
Oleg Nesterov
2
-7
/
+0
2009-12-16
signals: cosmetic, collect_signal: use SI_USER
Oleg Nesterov
1
-1
/
+1
2009-12-16
signals: send_signal: use si_fromuser() to detect from_ancestor_ns
Oleg Nesterov
1
-3
/
+2
2009-12-16
signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()
Oleg Nesterov
2
-8
/
+13
2009-12-16
ptrace: x86: change syscall_trace_leave() to rely on tracehook when stepping
Oleg Nesterov
1
-14
/
+7
2009-12-16
ptrace: x86: implement user_single_step_siginfo()
Oleg Nesterov
2
-9
/
+23
2009-12-16
ptrace: change tracehook_report_syscall_exit() to handle stepping
Oleg Nesterov
1
-0
/
+7
2009-12-16
ptrace: powerpc: implement user_single_step_siginfo()
Oleg Nesterov
2
-0
/
+11
2009-12-16
ptrace: introduce user_single_step_siginfo() helper
Oleg Nesterov
1
-0
/
+12
2009-12-16
ptrace: copy_process() should disable stepping
Oleg Nesterov
1
-2
/
+3
2009-12-16
ptrace: cleanup ptrace_init_task()->ptrace_link() path
Oleg Nesterov
1
-8
/
+3
2009-12-16
memcg: code clean, remove unused variable in mem_cgroup_resize_limit()
Bob Liu
1
-3
/
+1
2009-12-16
memcg: remove memcg_tasklist
Daisuke Nishimura
1
-5
/
+0
2009-12-16
memcg: avoid oom-killing innocent task in case of use_hierarchy
Daisuke Nishimura
2
-8
/
+15
2009-12-16
memcg: cleanup mem_cgroup_move_parent()
Daisuke Nishimura
2
-54
/
+37
2009-12-16
memcg: add mem_cgroup_cancel_charge()
Daisuke Nishimura
1
-20
/
+18
2009-12-16
memcg: make memcg's file mapped consistent with global VM
KAMEZAWA Hiroyuki
3
-16
/
+13
[next]