summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-08rcu: split 'rcubarrier' to each flavorMichael Wang
2012-11-08rcu: Fix tracing formattingPaul E. McKenney
2012-11-08rcu: Remove the interface "rcudata.csv"Michael Wang
2012-11-08rcu: Replace the old interface with the new oneMichael Wang
2012-11-08rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata' for RCU traceMichael Wang
2012-11-08rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang
2012-11-08rcu: Create directory for each flavor of rcuMichael Wang
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney
2012-10-23rcu: Make rcutorture give diagnostics if CPU offline failsPaul E. McKenney
2012-10-23rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney
2012-10-20use clamp_t in UNAME26 fixKees Cook
2012-10-20MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-17printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-13audit: make audit_inode take struct filenameJeff Layton
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-13audit: allow audit code to satisfy getname requests from its names_listJeff Layton
2012-10-13vfs: define struct filename and have getname() return itJeff Layton
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
2012-10-12kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel
2012-10-12kgdb: Add module event hooksJason Wessel
2012-10-12acct: constify the name arg to acct_onJeff Layton
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton
2012-10-12audit: make audit_compare_dname_path use parent_len helperEric Paris
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton
2012-10-12audit: add a new "type" field to audit_names structJeff Layton
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton
2012-10-12audit: no need to walk list in audit_inode if name is NULLJeff Layton
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro