| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] posix-timers: use try_to_del_timer_sync() | Oleg Nesterov | 2005-06-23 | 1 | -27/+7 |
* | [PATCH] timers: introduce try_to_del_timer_sync() | Oleg Nesterov | 2005-06-23 | 1 | -20/+33 |
* | [PATCH] timers fixes/improvements | Oleg Nesterov | 2005-06-23 | 1 | -171/+157 |
* | [PATCH] i386: Selectable Frequency of the Timer Interrupt | Christoph Lameter | 2005-06-23 | 1 | -0/+46 |
* | [PATCH] uml: make hw_controller_type->release exist only for archs needing it | Paolo 'Blaisorblade' Giarrusso | 2005-06-21 | 1 | -0/+4 |
* | [PATCH] uml: add and use generic hw_controller_type->release | Paolo 'Blaisorblade' Giarrusso | 2005-06-21 | 1 | -0/+4 |
* | [PATCH] dup_mmap: update comment on new vma | Hugh Dickins | 2005-06-21 | 1 | -2/+3 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 1 | -0/+2 |
* | [PATCH] VM: early zone reclaim | Martin Hicks | 2005-06-21 | 1 | -0/+1 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 4 | -7/+7 |
* | [PATCH] sysfs: (rest) if show/store is missing return -EIO | Dmitry Torokhov | 2005-06-20 | 1 | -2/+2 |
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-06-18 | 3 | -5/+7 |
|\ |
|
| * | [PATCH] timer exit cleanup | Ingo Molnar | 2005-06-17 | 2 | -3/+2 |
| * | [PATCH] cond_resched_lock() fix | Jan Kara | 2005-06-13 | 1 | -2/+5 |
* | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-06-02 | 6 | -13/+40 |
|\ \
| |/ |
|
| * | [PATCH] flush icache in correct context | Roman Zippel | 2005-05-31 | 1 | -0/+6 |
| * | [PATCH] drop note_interrupt() for per-CPU for proper scaling | John Hawkes | 2005-05-28 | 1 | -2/+0 |
| * | [PATCH] cpuset exit NULL dereference fix | Paul Jackson | 2005-05-27 | 1 | -5/+19 |
| * | [PATCH] sigkill priority fix | Kirill Korotaev | 2005-05-24 | 1 | -1/+10 |
| * | [PATCH] spin_unlock_bh() and preempt_check_resched() | Samuel Thibault | 2005-05-21 | 1 | -4/+4 |
| * | [PATCH] cpusets+hotplug+preepmt broken | Paul Jackson | 2005-05-20 | 1 | -1/+1 |
* | | AUDIT: Record working directory when syscall arguments are pathnames | David Woodhouse | 2005-05-27 | 1 | -0/+23 |
* | | AUDIT: Defer freeing aux items until audit_free_context() | David Woodhouse | 2005-05-26 | 1 | -8/+2 |
* | | AUDIT: Escape comm when logging task info | David Woodhouse | 2005-05-23 | 1 | -1/+2 |
* | | AUDIT: Unify auid reporting, put arch before syscall number | David Woodhouse | 2005-05-23 | 2 | -9/+9 |
* | | AUDIT: Assign serial number to non-syscall messages | David Woodhouse | 2005-05-21 | 2 | -44/+48 |
* | | AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned | Steve Grubb | 2005-05-21 | 2 | -11/+8 |
* | | AUDIT: Fix AVC_USER message passing. | Steve Grubb | 2005-05-21 | 1 | -0/+2 |
* | | AUDIT: Avoid sleeping function in SElinux AVC audit. | Stephen Smalley | 2005-05-21 | 1 | -0/+40 |
* | | AUDIT: Honour audit_backlog_limit again. | David Woodhouse | 2005-05-19 | 1 | -0/+12 |
* | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-19 | 4 | -45/+50 |
|\ \
| |/ |
|
| * | [PATCH] Driver Core: pm diagnostics update, check for errors | David Brownell | 2005-05-17 | 1 | -3/+3 |
| * | [PATCH] profile.c: `schedule' parsing fix | William Lee Irwin III | 2005-05-17 | 1 | -6/+10 |
| * | [PATCH] add_preferred_console() build fix | Matt Mackall | 2005-05-17 | 1 | -36/+36 |
| * | [PATCH] spurious interrupt fix | Zhang, Yanmin | 2005-05-17 | 1 | -0/+1 |
* | | AUDIT: Quis Custodiet Ipsos Custodes? | David Woodhouse | 2005-05-19 | 1 | -3/+4 |
* | | AUDIT: Send netlink messages from a separate kernel thread | David Woodhouse | 2005-05-19 | 1 | -121/+70 |
* | | AUDIT: Clean up logging of untrusted strings | Steve Grubb | 2005-05-19 | 1 | -23/+48 |
* | | AUDIT: Treat all user messages identically. | David Woodhouse | 2005-05-18 | 1 | -18/+2 |
* | | AUDIT: Capture sys_socketcall arguments and sockaddrs | David Woodhouse | 2005-05-17 | 1 | -2/+71 |
* | | AUDIT: fix max_t thinko. | David Woodhouse | 2005-05-13 | 1 | -1/+1 |
* | | AUDIT: Fix some spelling errors | Steve Grubb | 2005-05-13 | 2 | -4/+4 |
* | | AUDIT: Add message types to audit records | Steve Grubb | 2005-05-13 | 2 | -40/+80 |
* | | AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ. | David Woodhouse | 2005-05-13 | 1 | -1/+1 |
* | | Add audit_log_type | Chris Wright | 2005-05-11 | 2 | -49/+22 |
* | | Move ifdef CONFIG_AUDITSYSCALL to header | Chris Wright | 2005-05-11 | 2 | -14/+5 |
* | | Audit requires CONFIG_NET | Chris Wright | 2005-05-11 | 2 | -32/+0 |
* | | AUDIT: Properly account for alignment difference in nlmsg_len. | Chris Wright | 2005-05-11 | 1 | -1/+1 |
* | | AUDIT: Fix abuse of va_args. | David Woodhouse | 2005-05-10 | 1 | -1/+3 |
* | | AUDIT: pass size argument to audit_expand(). | David Woodhouse | 2005-05-10 | 1 | -4/+4 |