aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* 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 branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-17
|\
| * workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-17
* | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-17
* | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-16
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-09-14
|\ \
| * | sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-04
| * | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-04
| * | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-04
| * | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-04
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-14
|\ \ \
| * | | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-04
| * | | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-04
* | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-11
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan2012-09-10
| * | workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan2012-09-10
| * | workqueue: fix possible deadlock in idle worker rebindingTejun Heo2012-09-05
| * | workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo2012-09-05
| * | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan2012-09-04
* | | time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-01
| |/ |/|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-24
|\ \
| * \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-21
| |\ \
| | * | tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-17
| * | | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-21
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-24
|\ \ \ \
| * | | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-22
| * | | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-22
| * | | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-22
| * | | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-22
| * | | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-15
| | |/ / | |/| |
* | | | Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-21
|\ \ \ \
| * | | | audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-15
| * | | | audit: fix refcounting in audit-treeMiklos Szeredi2012-08-15
| * | | | audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-15
| |/ / /
* | / / task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-21
| |/ / |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-20
|\ \ \
| * | | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-13
| * | | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-13
| * | | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-13