summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3131-240/+375
| |\ \ \ \
| * | | | | block: Abstract out bvec iteratorKent Overstreet2013-11-232-8/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-11/+0
|\ \ \ \ \ \
| * | | | | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-11/+0
* | | | | | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-271-16/+9
* | | | | | | softirq: convert printks to pr_<level>Joe Perches2014-01-271-2/+4
* | | | | | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-271-21/+22
* | | | | | | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang2014-01-271-1/+1
* | | | | | | Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-271-32/+81
|\ \ \ \ \ \ \
| * | | | | | | tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-01-231-0/+6
| * | | | | | | tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)2014-01-231-52/+64
| * | | | | | | tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi2014-01-221-3/+34
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-252-19/+42
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | sched/clock: Fixup early initializationPeter Zijlstra2014-01-231-12/+41
| * | | | | | | Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot2014-01-231-7/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-3/+4
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki2014-01-121-3/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork2014-01-061-3/+3
| | * | | | | | | Merge back earlier 'pm-sleep' material.Rafael J. Wysocki2013-12-3019-75/+105
| | |\ \ \ \ \ \ \
| | * | | | | | | | PM / hibernate: export hibernation_set_opsLeonardo Potenza2013-11-301-0/+1
* | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-238-22/+63
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kdump: fix exported size of vmcoreinfo noteVivek Goyal2014-01-231-1/+1
| * | | | | | | | | | kexec: add sysctl to disable kexec_loadKees Cook2014-01-232-1/+15
| * | | | | | | | | | kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov2014-01-231-4/+3
| * | | | | | | | | | kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov2014-01-231-2/+1
| * | | | | | | | | | exec: kill task_struct->did_execOleg Nesterov2014-01-232-4/+2
| * | | | | | | | | | kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-231-3/+0
| * | | | | | | | | | kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-231-2/+2
| * | | | | | | | | | kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-231-1/+1
| * | | | | | | | | | printk: flush conflicting continuation lineArun KS2014-01-231-3/+6
| * | | | | | | | | | numa: add a sysctl for numa_balancingAndi Kleen2014-01-232-1/+32
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-01-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | padata: Fix wrong usage of rcu_dereference()Mathias Krause2013-12-051-1/+1
* | | | | | | | | | | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-235-193/+326
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs2014-01-171-1/+1
| * | | | | | | | | | | audit: remove pr_info for every network namespaceEric Paris2014-01-171-2/+0
| * | | | | | | | | | | audit: Convert int limit uses to u32Joe Perches2014-01-142-25/+26
| * | | | | | | | | | | audit: Use more current logging styleJoe Perches2014-01-141-20/+18
| * | | | | | | | | | | audit: Use hex_byte_pack_upperJoe Perches2014-01-141-5/+2
| * | | | | | | | | | | audit: reorder AUDIT_TTY_SET argumentsEric Paris2014-01-131-7/+4
| * | | | | | | | | | | audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris2014-01-131-15/+13
| * | | | | | | | | | | audit: remove needless switch in AUDIT_SETEric Paris2014-01-131-16/+9
| * | | | | | | | | | | audit: use define's for audit versionEric Paris2014-01-131-1/+1
| * | | | | | | | | | | audit: wait_for_auditd rework for readabilityEric Paris2014-01-131-9/+7
| * | | | | | | | | | | audit: log task info on feature changeRichard Guy Briggs2014-01-131-0/+1
| * | | | | | | | | | | audit: fix incorrect set of audit_sockGao feng2014-01-131-1/+1
| * | | | | | | | | | | audit: print error message when fail to create audit socketGao feng2014-01-131-5/+4
| * | | | | | | | | | | audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs2014-01-131-6/+9
| * | | | | | | | | | | audit: log on errors from filter user rulesRichard Guy Briggs2014-01-132-5/+8
| * | | | | | | | | | | audit: audit_log_start running on auditd should not stopToshiyuki Okajima2014-01-131-6/+8