summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-145-27/+578
|\
| * MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-101-1/+0
| * MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
| * MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21
| * MODSIGN: Implement module signature checkingDavid Howells2012-10-101-1/+221
| * MODSIGN: Provide module signing public keys to the kernelDavid Howells2012-10-103-2/+124
| * MODSIGN: Automatically generate module signing keys if missingDavid Howells2012-10-101-0/+49
| * MODSIGN: Add FIPS policyDavid Howells2012-10-101-0/+4
| * module: signature checking hookRusty Russell2012-10-104-1/+129
| * module: wait when loading a module which is currently initializing.Rusty Russell2012-09-281-2/+26
| * module: fix symbol waiting when module fails before initRusty Russell2012-09-281-4/+4
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-20/+0
| * module: taint kernel when lve module is loadedMatthew Garrett2012-09-281-0/+4
* | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-134-5/+50
|\ \
| * | kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-5/+28
| * | kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-122-0/+4
| * | kgdb: Add module event hooksJason Wessel2012-10-121-0/+18
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-131-9/+12
|\ \ \
| * | | perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2012-10-051-3/+6
| * | | perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2012-10-051-6/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-2/+6
|\ \ \ \
| * | | | infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-122-0/+4
| * | | | make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro2012-10-111-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-135-99/+199
|\ \ \ \ \
| * | | | | audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+23
| * | | | | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-3/+3
| * | | | | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-121-0/+23
| * | | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-122-31/+37
| * | | | | acct: constify the name arg to acct_onJeff Layton2012-10-121-1/+1
| * | | | | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-27/+30
| * | | | | audit: optimize audit_compare_dname_pathJeff Layton2012-10-124-12/+20
| * | | | | audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-121-20/+7
| * | | | | audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-124-10/+5
| * | | | | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-123-12/+60
| * | | | | audit: add a new "type" field to audit_names structJeff Layton2012-10-121-5/+10
| * | | | | audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-4/+4
| * | | | | audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-121-1/+5
| * | | | | audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-121-2/+2
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-126-164/+119
|\ \ \ \ \ \
| * | | | | | timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-091-1/+1
| * | | | | | timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-091-4/+6
| * | | | | | Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-10-0978-2670/+3421
| |\ \ \ \ \ \
| | * | | | | | time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-241-14/+31
| | * | | | | | time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-242-13/+5
| | * | | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| | * | | | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
| | * | | | | | time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz2012-09-241-55/+1
| | * | | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-1/+31
| | * | | | | | alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz2012-09-241-4/+4
| | * | | | | | alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz2012-09-241-67/+27