Age | Commit message (Expand) | Author | Files | Lines |
2007-02-14 | [PATCH] sysctl: add a parent entry to ctl_table and set the parent entry | Eric W. Biederman | 1 | -0/+18 |
2007-02-14 | [PATCH] sysctl: reimplement the sysctl proc support | Eric W. Biederman | 1 | -182/+0 |
2007-02-14 | [PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.c | Eric W. Biederman | 1 | -5/+5 |
2007-02-14 | [PATCH] sysctl: factor out sysctl_head_next from do_sysctl | Eric W. Biederman | 1 | -17/+43 |
2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2 | -8/+3 |
2007-02-14 | [PATCH] sysctl: remove support for directory strategy routines | Eric W. Biederman | 1 | -8/+0 |
2007-02-14 | [PATCH] sysctl: remove support for CTL_ANY | Eric W. Biederman | 1 | -1/+1 |
2007-02-14 | [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry | Eric W. Biederman | 1 | -0/+14 |
2007-02-14 | [PATCH] sysctl: move SYSV IPC sysctls to their own file | Eric W. Biederman | 1 | -176/+0 |
2007-02-14 | [PATCH] sysctl: move utsname sysctls to their own file | Eric W. Biederman | 3 | -117/+147 |
2007-02-14 | [PATCH] sysctl: move init_irq_proc into init/main where it belongs | Eric W. Biederman | 1 | -3/+0 |
2007-02-14 | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 1 | -1/+1 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 3 | -3/+0 |
2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -1/+1 |
2007-02-12 | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 1 | -1/+1 |
2007-02-12 | [PATCH] sched: avoid div in rebalance_tick | Nick Piggin | 1 | -3/+5 |
2007-02-12 | [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info | Eric W. Biederman | 1 | -27/+0 |
2007-02-12 | [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_task | Eric W. Biederman | 2 | -19/+29 |
2007-02-12 | [PATCH] tty: update the tty layer to work with struct pid | Eric W. Biederman | 2 | -2/+1 |
2007-02-12 | [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned | Eric W. Biederman | 2 | -3/+3 |
2007-02-12 | [PATCH] pid: use struct pid for talking about process groups in exitc | Eric W. Biederman | 1 | -20/+22 |
2007-02-12 | [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t | Eric W. Biederman | 1 | -9/+7 |
2007-02-12 | [PATCH] signal: rewrite kill_something_info so it uses newer helpers | Eric W. Biederman | 1 | -4/+8 |
2007-02-12 | [PATCH] close_files(): add scheduling point | Ingo Molnar | 1 | -1/+3 |
2007-02-12 | [PATCH] kernel: shut up the IRQ mismatch messages | Alan Cox | 1 | -0/+2 |
2007-02-12 | [PATCH] Debug shared irqs | David Woodhouse | 1 | -0/+33 |
2007-02-11 | [PATCH] sort the devres mess out | Al Viro | 3 | -87/+89 |
2007-02-11 | [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct | Alexey Dobriyan | 1 | -0/+2 |
2007-02-11 | [PATCH] _proc_do_string(): fix short reads | Oleg Nesterov | 1 | -4/+12 |
2007-02-11 | [PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG | Robert P. J. Day | 1 | -1/+1 |
2007-02-11 | [PATCH] order of lockdep off/on in vprintk() should be changed | Mathieu Desnoyers | 1 | -3/+3 |
2007-02-11 | [PATCH] Extract and use wake_up_klogd() | Kirill Korotaev | 1 | -2/+8 |
2007-02-11 | [PATCH] audit: fix audit_filter_user_rules() initialization bug | Ingo Molnar | 1 | -1/+1 |
2007-02-11 | [PATCH] Common compat_sys_sysinfo | Kyle McMartin | 2 | -25/+99 |
2007-02-11 | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 11 | -45/+41 |
2007-02-11 | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 2 | -2/+0 |
2007-02-11 | [PATCH] sysctl warning fix | Andrew Morton | 1 | -0/+2 |
2007-02-11 | [PATCH] use cycle_t instead of u64 in struct time_interpolator | Helge Deller | 1 | -3/+3 |
2007-02-11 | [PATCH] Add TAINT_USER and ability to set taint flags from userspace | Theodore Ts'o | 2 | -4/+29 |
2007-02-11 | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 1 | -0/+10 |
2007-02-11 | [PATCH] Relay: add CPU hotplug support | Mathieu Desnoyers | 1 | -53/+127 |
2007-02-11 | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 1 | -2/+1 |
2007-02-11 | [PATCH] lockdep: add graph depth information to /proc/lockdep | Jason Baron | 2 | -19/+41 |
2007-02-11 | [PATCH] lockdep: more unlock-on-error fixes | Jarek Poplawski | 1 | -4/+19 |
2007-02-11 | [PATCH] kill_pid_info: kill acquired_tasklist_lock | Oleg Nesterov | 1 | -5/+4 |
2007-02-11 | [PATCH] sysctl_{,ms_}jiffies: fix oldlen semantics | Alexey Dobriyan | 1 | -16/+28 |
2007-02-11 | [PATCH] kernel/time/clocksource.c needs struct task_struct on m68k | Mathieu Desnoyers | 1 | -0/+1 |
2007-02-11 | [PATCH] swsusp: Change pm_ops handling by userland interface | Rafael J. Wysocki | 1 | -12/+59 |
2007-02-11 | [PATCH] swsusp-change-code-ordering-in-userc-sanity | Andrew Morton | 1 | -2/+2 |
2007-02-11 | [PATCH] swsusp: Change code ordering in user.c | Rafael J. Wysocki | 1 | -34/+58 |