aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-31
| * | | | | | | | | | | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-31
* | | | | | | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | random: remove rand_initialize_irq()Theodore Ts'o2012-07-19
| * | | | | | | | | | | | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-14
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | / / / / | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Clean up and document write_opcode()->lock_page(old_page)Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Kill write_opcode()->lock_page(new_page)Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: __replace_page() should not use page_address_in_vma()Oleg Nesterov2012-07-30
| * | | | | | | | | | | uprobes: Don't recheck vma/f_mapping in write_opcode()Oleg Nesterov2012-07-30
| * | | | | | | | | | | sched: Deliver sched_switch events to the current taskAndrew Vagin2012-07-26
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | resource: make sure requested range is included in the root rangeOctavian Purdila2012-07-30
* | | | | | | | | | | taskstats: check nla_reserve() returnAlan Cox2012-07-30
* | | | | | | | | | | sysctl: suppress kmemleak messagesSteven Rostedt2012-07-30
* | | | | | | | | | | kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal2012-07-30
* | | | | | | | | | | fork: fix error handling in dup_task()Akinobu Mita2012-07-30
* | | | | | | | | | | revert "sched: Fix fork() error path to not crash"Andrew Morton2012-07-30
* | | | | | | | | | | fork: use vma_pages() to simplify the codeHuang Shijie2012-07-30
* | | | | | | | | | | kmod: avoid deadlock from recursive kmod callTetsuo Handa2012-07-30
* | | | | | | | | | | kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton2012-07-30
* | | | | | | | | | | printk: only look for prefix levels in kernel messagesJoe Perches2012-07-30
* | | | | | | | | | | printk: add generic functions to find KERN_<LEVEL> headersJoe Perches2012-07-30
* | | | | | | | | | | kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers2012-07-30
* | | | | | | | | | | kernel/sys.c: avoid argv_free(NULL)Andrew Morton2012-07-30
* | | | | | | | | | | NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2012-07-30
* | | | | | | | | | | panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-30
* | | | | | | | | | | coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook2012-07-30
* | | | | | | | | | | prctl: remove redunant assignment of "error" to zeroSasikantha babu2012-07-30
* | | | | | | | | | | posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-26
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | sched: Fix race in task_group()Peter Zijlstra2012-07-24
| * | | | | | | | | | sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri2012-07-24
| * | | | | | | | | | sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa2012-07-24
| * | | | | | | | | | sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa2012-07-24
| * | | | | | | | | | sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-24
| * | | | | | | | | | cpusets: Remove/update outdated commentsSrivatsa S. Bhat2012-07-24
| * | | | | | | | | | cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2012-07-24
| * | | | | | | | | | cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat2012-07-24
| * | | | | | | | | | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-07-24
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | printk: Export struct log size and member offsets through vmcoreinfoVivek Goyal2012-07-19
| * | | | | | | | | | kmsg - do not flush partial lines when the console is busyKay Sievers2012-07-16