index
:
~wallbraker/linux
for-ubuntu-vmwgfx
master
And what's this thing coming toward me very fast?
wallbraker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-23
job control: Allow access to job control events through ptracees
Tejun Heo
1
-8
/
+33
2011-03-23
job control: Fix ptracer wait(2) hang and explain notask_error clearing
Tejun Heo
1
-10
/
+34
2011-03-23
job control: Small reorganization of wait_consider_task()
Tejun Heo
1
-3
/
+4
2011-03-23
job control: Don't set group_stop exit_code if re-entering job control stop
Tejun Heo
1
-3
/
+20
2011-03-23
ptrace: Always put ptracee into appropriate execution state
Tejun Heo
1
-20
/
+39
2011-03-23
ptrace: Collapse ptrace_untrace() into __ptrace_unlink()
Tejun Heo
1
-25
/
+15
2011-03-23
ptrace: Clean transitions between TASK_STOPPED and TRACED
Tejun Heo
3
-18
/
+112
2011-03-23
ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced
Tejun Heo
1
-18
/
+25
2011-03-23
ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...
Tejun Heo
1
-3
/
+6
2011-03-23
signal: Use GROUP_STOP_PENDING to stop once for a single group stop
Tejun Heo
3
-15
/
+25
2011-03-23
signal: Fix premature completion of group stop when interfered by ptrace
Tejun Heo
2
-8
/
+60
2011-03-23
ptrace: Add @why to ptrace_stop()
Tejun Heo
1
-4
/
+4
2011-03-23
ptrace: Kill tracehook_notify_jctl()
Tejun Heo
2
-47
/
+14
2011-03-23
signal: Remove superflous try_to_freeze() loop in do_signal_stop()
Tejun Heo
1
-3
/
+1
2011-03-23
ptrace: Remove the extra wake_up_state() from ptrace_detach()
Tejun Heo
1
-2
/
+0
2011-03-23
signal: Fix SIGCONT notification code
Tejun Heo
1
-2
/
+7
2011-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
16
-1262
/
+1989
2011-03-22
bloat-o-meter: include read-only data section in report
Jean Delvare
1
-1
/
+3
2011-03-22
zlib: slim down zlib_deflate() workspace when possible
Jim Keniston
9
-23
/
+71
2011-03-22
fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...
Andrey Vagin
1
-1
/
+1
2011-03-22
aio: wake all waiters when destroying ctx
Roland Dreier
1
-2
/
+2
2011-03-22
pps: remove unreachable code
Alexander Gordeev
1
-5
/
+0
2011-03-22
adfs: add hexadecimal filetype suffix option
Stuart Swales
6
-26
/
+99
2011-03-22
adfs: improve timestamp precision
Stuart Swales
1
-21
/
+19
2011-03-22
adfs: fix E+/F+ dir size > 2048 crashing kernel
Stuart Swales
2
-21
/
+84
2011-03-22
Documentation/vm/page-types.c: auto debugfs mount for hwpoison operation
Chen Gong
1
-4
/
+101
2011-03-22
Documentation/Changes: minor corrections
Christian Kujau
1
-4
/
+4
2011-03-22
Documentation/CodingStyle: flesh out if-else examples
Harry Wei
1
-0
/
+7
2011-03-22
codafs: fix compile warning when CONFIG_SYSCTL=n
Rakib Mullick
1
-7
/
+1
2011-03-22
x86: allow CONFIG_ISA_DMA_API to be disabled
David Rientjes
2
-4
/
+12
2011-03-22
x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabled
David Rientjes
1
-1
/
+1
2011-03-22
x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled
David Rientjes
1
-1
/
+2
2011-03-22
pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabled
David Rientjes
3
-6
/
+10
2011-03-22
rtc: add real-time clock driver for NVIDIA Tegra
Andrew Chew
3
-0
/
+499
2011-03-22
drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
Vasiliy Kulikov
1
-1
/
+1
2011-03-22
drivers/rtc/rtc-isl1208.c: add alarm support
Ryan Mallon
1
-5
/
+171
2011-03-22
rtc: convert DS1374 to dev_pm_ops
Mark Brown
1
-6
/
+13
2011-03-22
init: return proper error code in do_mounts_rd()
Davidlohr Bueso
1
-1
/
+1
2011-03-22
binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()
David Daney
1
-1
/
+1
2011-03-22
epoll: fix compiler warning and optimize the non-blocking path
Shawn Bohrer
1
-5
/
+28
2011-03-22
epoll: move ready event check into proper inline
Davide Libenzi
1
-3
/
+16
2011-03-22
crc32: add missed brackets in macro
Konstantin Khlebnikov
1
-1
/
+1
2011-03-22
checkpatch: warn about memset with swapped arguments
Dave Jones
1
-0
/
+5
2011-03-22
scripts/checkpatch.pl: reset rpt_cleaners warnings
Mike Frysinger
1
-0
/
+1
2011-03-22
drivers/mmc/host/omap_hsmmc.c: use resource_size()
Chris Ball
1
-4
/
+3
2011-03-22
drivers/mmc/host/omap.c: use resource_size()
Chris Ball
1
-3
/
+3
2011-03-22
sigma-firmware: loader for Analog Devices' SigmaStudio
Mike Frysinger
4
-0
/
+188
2011-03-22
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan
8
-150
/
+1039
2011-03-22
MAINTAINERS: add drivers/platform/msm to MSM subsystem
Kenneth Heitke
1
-0
/
+1
2011-03-22
MAINTAINERS: update WINBOND CIR pattern
Joe Perches
1
-1
/
+1
[next]