summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner
2014-03-04timer: Make sure TIMER_FLAG_MASK bits are free in allocated baseViresh Kumar
2014-03-04timer: Check failure of timer_cpu_notify() before calling init_timer_stats()Viresh Kumar
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria
2014-02-28Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner
2014-02-25timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov
2014-02-25timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2014-02-25timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2014-02-25timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2014-02-25timers: Track total number of timers in listPaul E. McKenney
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker
2014-02-14timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-25hung_task: Display every hung task warningAaron Tomlin
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov
2014-01-23exec: kill task_struct->did_execOleg Nesterov
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn