summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu/torture: Dynamically allocate SRCU output buffer to avoid overflowChen Gang2013-12-121-33/+34
* rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney2013-12-123-0/+25
* rcu: Warn on allegedly impossible rcu_read_unlock_special() from irqLai Jiangshan2013-12-121-2/+6
* rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney2013-12-092-0/+8
* rcu: Improve SRCU's grace-period commentsPaul E. McKenney2013-12-091-7/+49
* rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf valuesPaul E. McKenney2013-12-091-2/+2
* rcu: Fix coccinelle warningsFengguang Wu2013-12-091-1/+1
* rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney2013-12-031-0/+2
* rcu: Fix srcu_barrier() docbook headerPaul E. McKenney2013-12-031-0/+1
* rcu: Allow task-level idle entry/exit nestingPaul E. McKenney2013-12-031-6/+8
* rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney2013-12-034-17/+74
* rcu: Fix and comment ordering around wait_event()Paul E. McKenney2013-12-033-4/+13
* rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney2013-12-032-1/+27
* Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
|\
| * workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
| * workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
| * workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
| * workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
* | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-292-6/+37
|\ \
| * | cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-271-1/+4
| * | cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6
| * | cgroup: use a dedicated workqueue for cgroup destructionTejun Heo2013-11-221-3/+27
| |/
* | kernel/extable: fix address-checks for core_kernel and init areasHelge Deller2013-11-281-2/+2
* | Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-261-29/+35
|\ \
| * | ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-11-261-29/+35
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-5/+4
|\ \ | |/ |/|
| * padata: make the sequence counter an atomic_tMathias Krause2013-10-301-5/+4
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-219-131/+173
|\ \
| * | kernel/system_certificate.S: use real contents instead of macro GLOBAL()Chen Gang2013-10-301-6/+4
| * | keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-251-4/+4
| * | KEYS: Make the system 'trusted' keyring viewable by userspaceMimi Zohar2013-09-251-3/+3
| * | KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells2013-09-251-1/+3
| * | KEYS: Separate the kernel signature checking keyring from module signingDavid Howells2013-09-256-115/+119
| * | KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells2013-09-251-3/+9
| * | KEYS: Load *.x509 files into kernel keyringDavid Howells2013-09-252-8/+30
| * | KEYS: Rename public key parameter name arraysDavid Howells2013-09-251-2/+2
| * | KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-242-0/+10
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-214-82/+210
|\ \ \
| * | | audit: fix type of sessionid in audit_set_loginuid()Eric Paris2013-11-061-2/+2
| * | | audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-052-5/+0
| * | | audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-052-29/+16
| * | | audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs2013-11-051-2/+0
| * | | audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman2013-11-051-6/+0
| * | | audit: do not reject all AUDIT_INODE filter typesEric Paris2013-11-051-0/+1
| * | | audit: log the audit_names record typeJeff Layton2013-11-051-0/+20
| * | | audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-051-1/+1
| * | | audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-051-2/+2
| * | | audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-051-1/+1
| * | | audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-051-0/+1
| * | | audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs2013-11-051-1/+1