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