aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-08
|\
| * genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble2014-02-05
* | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-05
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-31
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-25
| |\
| | * sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-15
| | * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-15
| | * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-15
| | * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-15
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-31
|\ \ \
| * | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-28
| * | | sched/deadline: Add sched_dl documentationDario Faggioli2014-01-28
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-31
|\ \ \ \
| * | | | hung_task: Display every hung task warningAaron Tomlin2014-01-25
| * | | | sysctl: Add neg_one as a standard constraintAaron Tomlin2014-01-25
| * | | | kgdb/kdb: Fix no KDB config problemMike Travis2014-01-25
| | |/ / | |/| |
* | | | kernel/smp.c: remove cpumask_ipiRoman Gushchin2014-01-30
* | | | kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-30
* | | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
| |\ \ \ \
| * | | | | block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\ \ \ \ \ \
| * | | | | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-25
* | | | | | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-28
* | | | | | | softirq: convert printks to pr_<level>Joe Perches2014-01-28
* | | | | | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-28
* | | | | | | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-28
* | | | | | | Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-27
|\ \ \ \ \ \ \
| * | | | | | | tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-01-23
| * | | | | | | tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)2014-01-23
| * | | | | | | tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi2014-01-22
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-25
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sched/clock: Fixup early initializationPeter Zijlstra2014-01-23
| * | | | | | | Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot2014-01-23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-24
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki2014-01-12
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork2014-01-06
| | * | | | | | | Merge back earlier 'pm-sleep' material.Rafael J. Wysocki2013-12-29
| | |\ \ \ \ \ \ \
| | * | | | | | | | PM / hibernate: export hibernation_set_opsLeonardo Potenza2013-11-30
* | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kdump: fix exported size of vmcoreinfo noteVivek Goyal2014-01-23
| * | | | | | | | | | kexec: add sysctl to disable kexec_loadKees Cook2014-01-23
| * | | | | | | | | | kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov2014-01-23
| * | | | | | | | | | kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov2014-01-23
| * | | | | | | | | | exec: kill task_struct->did_execOleg Nesterov2014-01-23
| * | | | | | | | | | kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-23
| * | | | | | | | | | kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-23
| * | | | | | | | | | kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-23
| * | | | | | | | | | printk: flush conflicting continuation lineArun KS2014-01-23
| * | | | | | | | | | numa: add a sysctl for numa_balancingAndi Kleen2014-01-23