summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+12
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | preparation for generic kernel_thread()Al Viro2012-09-301-1/+12
* | | | | | | | | mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran2012-10-091-0/+5
* | | | | | | | | mm: interval tree updatesMichel Lespinasse2012-10-091-1/+6
* | | | | | | | | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-092-3/+2
* | | | | | | | | oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-1/+0
* | | | | | | | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | | | | | | | | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-091-21/+0
* | | | | | | | | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-092-13/+3
* | | | | | | | | CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online...Srivatsa S. Bhat2012-10-091-0/+4
* | | | | | | | | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-091-2/+1
* | | | | | | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-7/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu2012-09-281-7/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-10-071-14/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-061-14/+1
* | | | | | | | | | kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2012-10-061-12/+38
* | | | | | | | | | taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-061-0/+1
* | | | | | | | | | kdump: remove unneeded includeWei Yongjun2012-10-061-1/+0
* | | | | | | | | | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-061-1/+1
* | | | | | | | | | coredump: update coredump-related headersAlex Kelly2012-10-061-0/+1
* | | | | | | | | | coredump: make core dump functionality optionalAlex Kelly2012-10-061-1/+11
* | | | | | | | | | poweroff: fix bug in orderly_poweroff()hongfeng2012-10-061-1/+1
* | | | | | | | | | kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo2012-10-061-0/+1
* | | | | | | | | | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-0/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-2614-78/+142
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | jump_label: Export jump_label_rate_limit()Gleb Natapov2012-08-061-0/+1
* | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-022-46/+42
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.6-rc7' into nextJames Morris2012-09-2816-196/+329
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | audit: export audit_log_task_infoPeter Moody2012-09-121-40/+34
| * | | | | | | | | | | | Merge tag 'v3.6-rc2' into nextJames Morris2012-08-1779-3071/+4458
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ptrace: mark __ptrace_may_access() staticTetsuo Handa2012-08-031-1/+2
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-024-150/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | switch simple cases of fget_light to fdgetAl Viro2012-09-263-54/+43
| * | | | | | | | | | | | | | switch prctl_set_mm_exe_file() to fget_light()Al Viro2012-09-261-4/+4
| * | | | | | | | | | | | | | new helper: daemonize_descriptors()Al Viro2012-09-261-3/+1
| * | | | | | | | | | | | | | move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-261-93/+0
| * | | | | | | | | | | | | | events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-261-1/+1
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-026-2/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-qos'Rafael J. Wysocki2012-09-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | PM / QoS: Add return code to pm_qos_get_value function.Luis Gonzalez Fernandez2012-09-071-0/+1
| * | | | | | | | | | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-172-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | properly __init-annotate pm_sysrq_init()Jan Beulich2012-09-101-1/+1
| | * | | | | | | | | | | | | | | PM / Freezer: Fix small typo "regrigerator"Sedat Dilek2012-08-231-1/+1
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-173-0/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-042-0/+26
| | * | | | | | | | | | | | | | | PM / Domains: Add power off/on function for system core suspend stageRafael J. Wysocki2012-09-041-0/+4
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-024-15/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-285-72/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | net: use a per task frag allocatorEric Dumazet2012-09-242-0/+4
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-1511-89/+189
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \