summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-07-17destroy_workqueue() can livelockOleg Nesterov
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-07-17proper prototype for proc_nr_files()Adrian Bunk
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller
2007-07-16Remove duplicate comments from sysctl.cLinus Torvalds
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-07-16kernel/printk.c: document possible deadlock against schedulerJiri Kosina
2007-07-16modules: remove modlist_lockRusty Russell
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli
2007-07-16sprint_symbol() cleanupAndrew Morton
2007-07-16sysctl.c: add text telling people to use CTL_UNNUMBEREDAndrew Morton
2007-07-16FUTEX: Tidy up the codeThomas Gleixner
2007-07-16sys_time() speedupIngo Molnar
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov
2007-07-16kerneldoc fix in audit_core_dumpsHenrik Kretzschmar
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater
2007-07-16fix create_new_namespaces() return valueCedric Le Goater
2007-07-16user namespace: add unshareSerge E. Hallyn
2007-07-16user namespace: add the frameworkCedric Le Goater
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox
2007-07-16taskstats: add context-switch countersMaxim Uvarov
2007-07-16Remove capability.h from mm.hAlexey Dobriyan
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi
2007-07-16add printk.time option, deprecate 'time'Randy Dunlap
2007-07-16Remove clockevents_{release,request}_deviceAndi Kleen
2007-07-16Reduce cpuset.c write_lock_irq() to read_lock()Paul Menage
2007-07-16vdso: print fatal signalsIngo Molnar
2007-07-16Make /proc/modules use seq_list_xxx helpersPavel Emelianov
2007-07-16cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...Satoru Takeuchi
2007-07-16Fix stop_machine_run problem with naughty real time processSatoru Takeuchi
2007-07-16Use boot based time for uptime in /procTomas Janousek
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek
2007-07-16Introduce boot based timeTomas Janousek
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike
2007-07-16mm: fix improper .init-type section referencesJan Beulich
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki