summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Implement AUDIT_CRYPTO_KEY_VALUEncr-auditMiloslav Trmač2010-09-071-14/+102
* Implement AUDIT_CRYPTO_USERSPACE_OPMiloslav Trmač2010-09-072-0/+148
* tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-07-051-39/+97
* perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra2010-07-051-1/+4
* signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov2010-07-051-2/+4
* mutex: Fix optimistic spinning vs. BKLTony Breeds2010-07-051-0/+7
* cpumask: fix compat getaffinityKOSAKI Motohiro2010-07-051-14/+11
* posix_timer: Fix error path in timer_createAndrey Vagin2010-07-051-7/+4
* Fix racy use of anon_inode_getfd() in perf_event.cAl Viro2010-07-051-18/+22
* profile: fix stats and data leakageHugh Dickins2010-05-261-1/+3
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-261-2/+0
* CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells2010-05-121-2/+0
* perf: Fix resource leak in failure path of perf_event_open()Tejun Heo2010-05-121-1/+1
* sched: Use proper type in sched_getaffinity()KOSAKI Motohiro2010-04-261-1/+1
* lockdep: fix incorrect percpu usageMathieu Desnoyers2010-04-261-3/+3
* modules: fix incorrect percpu usageMathieu Desnoyers2010-04-261-1/+1
* sched: Fix sched_getaffinity()Anton Blanchard2010-04-261-1/+1
* sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro2010-04-261-3/+7
* genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-04-261-0/+10
* Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2010-04-262-4/+7
* softlockup: Stop spurious softlockup messages due to overflowColin Ian King2010-04-011-2/+2
* genirq: Prevent oneshot irq thread raceThomas Gleixner2010-04-012-9/+40
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-04-012-9/+13
* perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras2010-04-011-1/+12
* perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-04-011-13/+8
* sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha2010-04-011-33/+43
* tracing: Do not record user stack trace from NMI contextSteven Rostedt2010-04-011-0/+7
* tracing: Disable buffer switching when starting or stopping traceSteven Rostedt2010-04-011-0/+9
* tracing: Use same local variable when resetting the ring bufferSteven Rostedt2010-04-011-4/+4
* tracing: Fix warning in s_next of trace file opsLai Jiangshan2010-04-011-0/+1
* function-graph: Init curr_ret_stack with ret_stackSteven Rostedt2010-04-011-1/+1
* hw-breakpoints: Remove stub unthrottle callbackFrederic Weisbecker2010-04-011-1/+0
* ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan2010-04-011-6/+6
* timekeeping: Prevent oops when GENERIC_TIME=njohn stultz2010-04-011-0/+4
* sched: Don't use possibly stale sched_classThomas Gleixner2010-03-151-2/+4
* sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha2010-03-151-2/+13
* x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-03-151-9/+43
* tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-03-151-1/+2
* perf: Reimplement frequency driven samplingPeter Zijlstra2010-03-151-40/+92
* perf_event: Fix preempt warning in perf_clock()Peter Zijlstra2010-03-151-1/+1
* PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki2010-03-151-1/+1
* kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa2010-02-221-0/+2
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-221-6/+5
|\
| * perf_events: Fix FORK eventsPeter Zijlstra2010-02-141-6/+5
* | kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-161-1/+1
* | kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov2010-02-161-0/+1
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-151-10/+5
|\ \
| * | hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra2010-02-031-10/+5
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-02-152-1/+25
|\ \ \
| * | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-141-1/+1