aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-10-15tick: Consolidate tick handling for high and low res handlersGravatar Frederic Weisbecker 1-33/+22
2012-10-15tick: Consolidate timekeeping handling codeGravatar Frederic Weisbecker 1-30/+24
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-27/+578
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Gravatar Linus Torvalds 4-5/+50
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-9/+12
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+6
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-99/+199
2012-10-12audit: make audit_inode take struct filenameGravatar Jeff Layton 1-2/+23
2012-10-12vfs: make path_openat take a struct filename pointerGravatar Jeff Layton 1-3/+3
2012-10-12audit: allow audit code to satisfy getname requests from its names_listGravatar Jeff Layton 1-0/+23
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 2-31/+37
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsGravatar Al Viro 2-0/+4
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-164/+119
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-1/+70
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-11/+16
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsGravatar Jason Wessel 1-5/+28
2012-10-12kdb: Fix dmesg/bta scroll to quit with 'q'Gravatar Jason Wessel 2-0/+4
2012-10-12kgdb: Add module event hooksGravatar Jason Wessel 1-0/+18
2012-10-12acct: constify the name arg to acct_onGravatar Jeff Layton 1-1/+1
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingGravatar Jeff Layton 1-27/+30
2012-10-12audit: optimize audit_compare_dname_pathGravatar Jeff Layton 4-12/+20
2012-10-12audit: make audit_compare_dname_path use parent_len helperGravatar Eric Paris 1-20/+7
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathGravatar Jeff Layton 4-10/+5
2012-10-12audit: set the name_len in audit_inode for parent lookupsGravatar Jeff Layton 3-12/+60
2012-10-12audit: add a new "type" field to audit_names structGravatar Jeff Layton 1-5/+10
2012-10-12audit: reverse arguments to audit_inode_childGravatar Jeff Layton 1-4/+4
2012-10-12audit: no need to walk list in audit_inode if name is NULLGravatar Jeff Layton 1-1/+5
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleGravatar Jeff Layton 1-2/+2
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+28
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesGravatar Al Viro 1-2/+2
2012-10-10MODSIGN: Make mrproper should remove generated files.Gravatar Rusty Russell 1-1/+0
2012-10-10MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsGravatar David Howells 1-0/+1
2012-10-10MODSIGN: Use the same digest for the autogen key sig as for the module sigGravatar David Howells 1-1/+21
2012-10-10MODSIGN: Implement module signature checkingGravatar David Howells 1-1/+221
2012-10-10MODSIGN: Provide module signing public keys to the kernelGravatar David Howells 3-2/+124
2012-10-10MODSIGN: Automatically generate module signing keys if missingGravatar David Howells 1-0/+49
2012-10-10MODSIGN: Add FIPS policyGravatar David Howells 1-0/+4
2012-10-10module: signature checking hookGravatar Rusty Russell 4-1/+129
2012-10-10irqdomain: augment add_simple() to allocate descsGravatar Linus Walleij 1-5/+28
2012-10-09fs: handle failed audit_log_start properlyGravatar Sasha Levin 1-0/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+12
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowGravatar Dan Carpenter 1-1/+1
2012-10-09timers: Fix endless looping between cascade() and internal_add_timer()Gravatar Hildner, Christian 1-4/+6
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 78-2670/+3421
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Gravatar Haggai Eran 1-0/+5
2012-10-09mm: interval tree updatesGravatar Michel Lespinasse 1-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 2-3/+2
2012-10-09oom: remove deprecated oom_adjGravatar Davidlohr Bueso 1-1/+0