summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng
2013-04-29audit: remove duplicate export of audit_enabledGao feng
2013-04-29audit: don't check if kauditd is valid every timeGao feng
2013-04-29kernel/auditsc.c: use kzalloc instead of kmalloc+memsetRakib Mullick
2013-04-29kthread: kill task_get_live_kthread()Oleg Nesterov
2013-04-29kthread: introduce to_live_kthread()Oleg Nesterov
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-28cpuset: fix compile warning when CONFIG_SMP=nLi Zefan
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-26lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones
2013-04-26lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner
2013-04-22kernel/hz.bc: ignore.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-21Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-19tracepoints: Prevent null probe from being addedSahara
2013-04-19mutex: Back out architecture specific check for negative mutex countWaiman Long
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long
2013-04-19mutex: Make more scalable by doing less atomic operationsWaiman Long
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long
2013-04-19cgroup: fix broken file xattrsLi Zefan
2013-04-19Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu
2013-04-18posix-timers: Remove unused variableThomas Gleixner
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov