summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-08-01mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-08-01memcg: rename config variablesAndrew Morton1-1/+1
2012-08-01mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2-6/+4
2012-08-01mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+1
2012-07-31resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-07-31taskstats: check nla_reserve() returnAlan Cox1-0/+5
2012-07-31sysctl: suppress kmemleak messagesSteven Rostedt1-1/+5
2012-07-31kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-07-31fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-31revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-31fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-31kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-31kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-07-31printk: only look for prefix levels in kernel messagesJoe Perches1-15/+17
2012-07-31printk: add generic functions to find KERN_<LEVEL> headersJoe Perches1-5/+9
2012-07-31kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers1-1/+3
2012-07-31kernel/sys.c: avoid argv_free(NULL)Andrew Morton1-19/+25
2012-07-31NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2-2/+22
2012-07-31panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-07-31coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-2/+35
2012-07-31prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2
2012-07-27posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-07-27Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-86/+272
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-38/+121
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+31
2012-07-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+57
2012-07-25Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-46/+1
2012-07-25Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-648/+584
2012-07-25Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+8
2012-07-25Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-4/+4
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+18
2012-07-24sched: Fix race in task_group()Peter Zijlstra2-14/+18
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri1-4/+74
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa1-1/+4
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa1-1/+1
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2-22/+45
2012-07-24cpusets: Remove/update outdated commentsSrivatsa S. Bhat1-4/+3
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2-29/+63
2012-07-24cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat1-9/+27
2012-07-24CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2-4/+39
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds8-87/+77
2012-07-23Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-29/+157
2012-07-22deal with task_work callbacks adding more workAl Viro1-12/+14
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro2-23/+13
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2-9/+9
2012-07-22trim task_work: get rid of hlistAl Viro2-32/+34
2012-07-22trimming task_work: kill ->dataAl Viro1-1/+1
2012-07-22signal: make sure we don't get stopped with pending task_workAl Viro1-0/+15
2012-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-361/+432
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-22/+0