aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-0/+11
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki9-12/+14
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman1-0/+8
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller1-1/+1
2007-07-16Remove duplicate comments from sysctl.cLinus Torvalds1-8/+0
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-9/+18
2007-07-16kernel/printk.c: document possible deadlock against schedulerJiri Kosina1-0/+3
2007-07-16modules: remove modlist_lockRusty Russell1-21/+15
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov1-14/+27
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov1-3/+3
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu1-1/+2
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli1-0/+3
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli2-0/+34
2007-07-16sprint_symbol() cleanupAndrew Morton1-6/+5
2007-07-16sysctl.c: add text telling people to use CTL_UNNUMBEREDAndrew Morton1-1/+20
2007-07-16FUTEX: Tidy up the codeThomas Gleixner4-85/+74
2007-07-16sys_time() speedupIngo Molnar1-8/+24
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman3-5/+5
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov1-0/+1
2007-07-16kerneldoc fix in audit_core_dumpsHenrik Kretzschmar1-1/+1
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater1-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater3-13/+26
2007-07-16user namespace: add unshareSerge E. Hallyn3-4/+49
2007-07-16user namespace: add the frameworkCedric Le Goater6-13/+66
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater3-16/+3
2007-07-16Audit: add TTY input auditingMiloslav Trmac5-12/+93
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox1-1/+11
2007-07-16taskstats: add context-switch countersMaxim Uvarov1-0/+4
2007-07-16Remove capability.h from mm.hAlexey Dobriyan1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi2-3/+25
2007-07-16add printk.time option, deprecate 'time'Randy Dunlap1-1/+4
2007-07-16Remove clockevents_{release,request}_deviceAndi Kleen1-41/+0
2007-07-16Reduce cpuset.c write_lock_irq() to read_lock()Paul Menage1-3/+3
2007-07-16vdso: print fatal signalsIngo Molnar2-0/+42
2007-07-16Make /proc/modules use seq_list_xxx helpersPavel Emelianov1-15/+2
2007-07-16cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime processSatoru Takeuchi1-1/+5
2007-07-16Fix stop_machine_run problem with naughty real time processSatoru Takeuchi1-4/+4
2007-07-16Use boot based time for uptime in /procTomas Janousek1-0/+1
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-0/+2
2007-07-16Introduce boot based timeTomas Janousek1-0/+37
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi1-4/+3
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike1-0/+29
2007-07-16mm: fix improper .init-type section referencesJan Beulich1-1/+1
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki1-0/+11
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-0/+22
2007-07-16console: console handover to preferred consoleYinghai Lu1-1/+4
2007-07-16console: more buf for index parsingYinghai Lu1-10/+10
2007-07-16[PATCH] sched: prettify prio_to_wmult[]Ingo Molnar1-8/+8