Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | destroy_workqueue() can livelock | Oleg Nesterov | 1 | -6/+5 |
2007-07-17 | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 5 | -17/+17 |
2007-07-17 | proper prototype for proc_nr_files() | Adrian Bunk | 1 | -3/+1 |
2007-07-17 | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 1 | -0/+8 |
2007-07-17 | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 1 | -0/+11 |
2007-07-17 | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 1 | -2/+3 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 9 | -12/+14 |
2007-07-17 | Slab allocators: Replace explicit zeroing with __GFP_ZERO | Christoph Lameter | 1 | -2/+2 |
2007-07-17 | Allow huge page allocations to use GFP_HIGH_MOVABLE | Mel Gorman | 1 | -0/+8 |
2007-07-16 | [HRTIMER] Fix cpu pointer arg to clockevents_notify() | David Miller | 1 | -1/+1 |
2007-07-16 | Remove duplicate comments from sysctl.c | Linus Torvalds | 1 | -8/+0 |
2007-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 1 | -9/+18 |
2007-07-16 | kernel/printk.c: document possible deadlock against scheduler | Jiri Kosina | 1 | -0/+3 |
2007-07-16 | modules: remove modlist_lock | Rusty Russell | 1 | -21/+15 |
2007-07-16 | make cancel_xxx_work_sync() return a boolean | Oleg Nesterov | 1 | -14/+27 |
2007-07-16 | rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() | Oleg Nesterov | 1 | -3/+3 |
2007-07-16 | is_power_of_2: kernel/kfifo.c | vignesh babu | 1 | -1/+2 |
2007-07-16 | make seccomp zerocost in schedule | Andrea Arcangeli | 1 | -0/+3 |
2007-07-16 | move seccomp from /proc to a prctl | Andrea Arcangeli | 2 | -0/+34 |
2007-07-16 | sprint_symbol() cleanup | Andrew Morton | 1 | -6/+5 |
2007-07-16 | sysctl.c: add text telling people to use CTL_UNNUMBERED | Andrew Morton | 1 | -1/+20 |
2007-07-16 | FUTEX: Tidy up the code | Thomas Gleixner | 4 | -85/+74 |
2007-07-16 | sys_time() speedup | Ingo Molnar | 1 | -8/+24 |
2007-07-16 | namespace: ensure clone_flags are always stored in an unsigned long | Eric W. Biederman | 3 | -5/+5 |
2007-07-16 | diskquota: 32bit quota tools on 64bit architectures | Vasily Tarasov | 1 | -0/+1 |
2007-07-16 | kerneldoc fix in audit_core_dumps | Henrik Kretzschmar | 1 | -1/+1 |
2007-07-16 | add a kmem_cache for nsproxy objects | Cedric Le Goater | 1 | -4/+17 |
2007-07-16 | fix create_new_namespaces() return value | Cedric Le Goater | 3 | -13/+26 |
2007-07-16 | user namespace: add unshare | Serge E. Hallyn | 3 | -4/+49 |
2007-07-16 | user namespace: add the framework | Cedric Le Goater | 6 | -13/+66 |
2007-07-16 | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 3 | -16/+3 |
2007-07-16 | Audit: add TTY input auditing | Miloslav Trmac | 5 | -12/+93 |
2007-07-16 | Improve behaviour of spurious IRQ detect | Alan Cox | 1 | -1/+11 |
2007-07-16 | taskstats: add context-switch counters | Maxim Uvarov | 1 | -0/+4 |
2007-07-16 | Remove capability.h from mm.h | Alexey Dobriyan | 1 | -1/+1 |
2007-07-16 | Add a flag to indicate deferrable timers in /proc/timer_stats | Venki Pallipadi | 2 | -3/+25 |
2007-07-16 | add printk.time option, deprecate 'time' | Randy Dunlap | 1 | -1/+4 |
2007-07-16 | Remove clockevents_{release,request}_device | Andi Kleen | 1 | -41/+0 |
2007-07-16 | Reduce cpuset.c write_lock_irq() to read_lock() | Paul Menage | 1 | -3/+3 |
2007-07-16 | vdso: print fatal signals | Ingo Molnar | 2 | -0/+42 |
2007-07-16 | Make /proc/modules use seq_list_xxx helpers | Pavel Emelianov | 1 | -15/+2 |
2007-07-16 | cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p... | Satoru Takeuchi | 1 | -1/+5 |
2007-07-16 | Fix stop_machine_run problem with naughty real time process | Satoru Takeuchi | 1 | -4/+4 |
2007-07-16 | Use boot based time for uptime in /proc | Tomas Janousek | 1 | -0/+1 |
2007-07-16 | Use boot based time for process start time and boot time in /proc | Tomas Janousek | 1 | -0/+2 |
2007-07-16 | Introduce boot based time | Tomas Janousek | 1 | -0/+37 |
2007-07-16 | Use write_trylock_irqsave in ptrace_attach | Sripathi Kodi | 1 | -4/+3 |
2007-07-16 | Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE | Jeff Dike | 1 | -0/+29 |
2007-07-16 | mm: fix improper .init-type section references | Jan Beulich | 1 | -1/+1 |
2007-07-16 | change zonelist order: zonelist order selection logic | KAMEZAWA Hiroyuki | 1 | -0/+11 |