aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-07-17kernel/auditfilter: kill bogus uninit'd-var compiler warningGravatar Jeff Garzik 1-8/+4
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Gravatar Linus Torvalds 2-2/+17
2007-07-17destroy_workqueue() can livelockGravatar Oleg Nesterov 1-6/+5
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 5-17/+17
2007-07-17proper prototype for proc_nr_files()Gravatar Adrian Bunk 1-3/+1
2007-07-17PTRACE_POKEDATA consolidationGravatar Alexey Dobriyan 1-0/+8
2007-07-17PTRACE_PEEKDATA consolidationGravatar Alexey Dobriyan 1-0/+11
2007-07-17Report that kernel is tainted if there was an OOPSGravatar Pavel Emelianov 1-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 9-12/+14
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEGravatar Mel Gorman 1-0/+8
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()Gravatar David Miller 1-1/+1
2007-07-16Remove duplicate comments from sysctl.cGravatar Linus Torvalds 1-8/+0
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedGravatar Linus Torvalds 1-9/+18
2007-07-16kernel/printk.c: document possible deadlock against schedulerGravatar Jiri Kosina 1-0/+3
2007-07-16modules: remove modlist_lockGravatar Rusty Russell 1-21/+15
2007-07-16make cancel_xxx_work_sync() return a booleanGravatar Oleg Nesterov 1-14/+27
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Gravatar Oleg Nesterov 1-3/+3
2007-07-16is_power_of_2: kernel/kfifo.cGravatar vignesh babu 1-1/+2
2007-07-16make seccomp zerocost in scheduleGravatar Andrea Arcangeli 1-0/+3
2007-07-16move seccomp from /proc to a prctlGravatar Andrea Arcangeli 2-0/+34
2007-07-16sprint_symbol() cleanupGravatar Andrew Morton 1-6/+5
2007-07-16sysctl.c: add text telling people to use CTL_UNNUMBEREDGravatar Andrew Morton 1-1/+20
2007-07-16FUTEX: Tidy up the codeGravatar Thomas Gleixner 4-85/+74
2007-07-16sys_time() speedupGravatar Ingo Molnar 1-8/+24
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longGravatar Eric W. Biederman 3-5/+5
2007-07-16diskquota: 32bit quota tools on 64bit architecturesGravatar Vasily Tarasov 1-0/+1
2007-07-16kerneldoc fix in audit_core_dumpsGravatar Henrik Kretzschmar 1-1/+1
2007-07-16add a kmem_cache for nsproxy objectsGravatar Cedric Le Goater 1-4/+17
2007-07-16fix create_new_namespaces() return valueGravatar Cedric Le Goater 3-13/+26
2007-07-16user namespace: add unshareGravatar Serge E. Hallyn 3-4/+49
2007-07-16user namespace: add the frameworkGravatar Cedric Le Goater 6-13/+66
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSGravatar Cedric Le Goater 3-16/+3
2007-07-16Audit: add TTY input auditingGravatar Miloslav Trmac 5-12/+93
2007-07-16Improve behaviour of spurious IRQ detectGravatar Alan Cox 1-1/+11
2007-07-16taskstats: add context-switch countersGravatar Maxim Uvarov 1-0/+4
2007-07-16Remove capability.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsGravatar Venki Pallipadi 2-3/+25
2007-07-16add printk.time option, deprecate 'time'Gravatar Randy Dunlap 1-1/+4
2007-07-16Remove clockevents_{release,request}_deviceGravatar Andi Kleen 1-41/+0
2007-07-16Reduce cpuset.c write_lock_irq() to read_lock()Gravatar Paul Menage 1-3/+3
2007-07-16vdso: print fatal signalsGravatar Ingo Molnar 2-0/+42
2007-07-16Make /proc/modules use seq_list_xxx helpersGravatar Pavel Emelianov 1-15/+2
2007-07-16cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...Gravatar Satoru Takeuchi 1-1/+5
2007-07-16Fix stop_machine_run problem with naughty real time processGravatar Satoru Takeuchi 1-4/+4
2007-07-16Use boot based time for uptime in /procGravatar Tomas Janousek 1-0/+1
2007-07-16Use boot based time for process start time and boot time in /procGravatar Tomas Janousek 1-0/+2
2007-07-16Introduce boot based timeGravatar Tomas Janousek 1-0/+37
2007-07-16Use write_trylock_irqsave in ptrace_attachGravatar Sripathi Kodi 1-4/+3
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEGravatar Jeff Dike 1-0/+29