summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor2012-09-241-5/+13
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-122-1/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen2012-10-051-0/+56
| * | | | | | | | sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen2012-10-051-0/+13
| * | | | | | | | nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-122-11/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney2012-10-082-11/+16
* | | | | | | | | Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-121-5/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | irqdomain: augment add_simple() to allocate descsLinus Walleij2012-10-101-5/+28
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: handle failed audit_log_start properlySasha Levin2012-10-101-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | sanitize tsk_is_polling()Al Viro2012-10-011-1/+1
* | | | | | | | | 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/+2Star
* | | | | | | | oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-1/+0Star
* | | | | | | | 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/+0Star
* | | | | | | | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-092-13/+3Star
* | | | | | | | 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/+1Star
* | | | | | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-7/+1Star
|\ \ \ \ \ \ \ \
| * | | | | | | | ftrace: Allow stealing pages from pipe bufferMasami Hiramatsu2012-09-281-7/+1Star
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-10-071-14/+1Star
|\ \ \ \ \ \ \ \
| * | | | | | | | pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-071-14/+1Star
* | | | | | | | | kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2012-10-051-12/+38
* | | | | | | | | taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-051-0/+1
* | | | | | | | | kdump: remove unneeded includeWei Yongjun2012-10-051-1/+0Star
* | | | | | | | | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-051-1/+1
* | | | | | | | | coredump: update coredump-related headersAlex Kelly2012-10-051-0/+1
* | | | | | | | | coredump: make core dump functionality optionalAlex Kelly2012-10-051-1/+11
* | | | | | | | | poweroff: fix bug in orderly_poweroff()hongfeng2012-10-051-1/+1
* | | | | | | | | kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo2012-10-051-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-032-46/+42Star
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.6-rc7' into nextJames Morris2012-09-2816-196/+329
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | audit: export audit_log_task_infoPeter Moody2012-09-121-40/+34Star
| * | | | | | | | | | | 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-034-150/+44Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | switch simple cases of fget_light to fdgetAl Viro2012-09-273-54/+43Star
| * | | | | | | | | | | | | switch prctl_set_mm_exe_file() to fget_light()Al Viro2012-09-271-4/+4
| * | | | | | | | | | | | | new helper: daemonize_descriptors()Al Viro2012-09-271-3/+1Star
| * | | | | | | | | | | | | move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-271-93/+0Star
| * | | | | | | | | | | | | events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-271-1/+1
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |