summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | lockdep: Remove recursion stattisticsMing Lei2009-08-292-12/+0
| * | | | | | | | | lockdep: Simplify lock_stat seqfile codeLi Zefan2009-08-171-22/+7
| * | | | | | | | | lockdep: Simplify lockdep_chains seqfile codeLi Zefan2009-08-171-30/+7
| * | | | | | | | | lockdep: Simplify lockdep seqfile codeLi Zefan2009-08-171-41/+5
| * | | | | | | | | lockdep: Fix missing entries in /proc/lock_chainsLi Zefan2009-08-171-4/+4
| * | | | | | | | | lockdep: Fix missing entry in /proc/lock_statLi Zefan2009-08-171-1/+1
| * | | | | | | | | lockdep: Fix memory usage info of BFSMing Lei2009-08-021-1/+2
| * | | | | | | | | lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-021-5/+6
| * | | | | | | | | lockdep: Deal with many similar locksPeter Zijlstra2009-08-021-12/+77
| * | | | | | | | | lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-022-0/+35
| * | | | | | | | | lockdep: Fix style nitsPeter Zijlstra2009-08-021-3/+8
| * | | | | | | | | lockdep: Fix backtracesPeter Zijlstra2009-08-021-1/+11
| * | | | | | | | | lockdep: Fix BFS buildIngo Molnar2009-08-021-0/+2
| * | | | | | | | | lockdep: BFS cleanupPeter Zijlstra2009-07-242-209/+172
| * | | | | | | | | lockdep: Add statistics info for max bfs queue depthMing Lei2009-07-243-2/+9
| * | | | | | | | | lockdep: Update memory usage introduced by BFSMing Lei2009-07-241-1/+5
| * | | | | | | | | lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei2009-07-241-27/+25
| * | | | | | | | | lockdep: Introduce print_shortest_lock_dependenciesMing Lei2009-07-242-28/+69
| * | | | | | | | | lockdep: Implement find_usage_*wards by BFSMing Lei2009-07-241-108/+72
| * | | | | | | | | lockdep: Implement check_noncircular() by BFSMing Lei2009-07-241-52/+37
| * | | | | | | | | lockdep: Introduce match function to BFSMing Lei2009-07-241-17/+26
| * | | | | | | | | lockdep: Improve implementation of BFSMing Lei2009-07-242-19/+39
| * | | | | | | | | lockdep: Print the shortest dependency chain if finding a circleMing Lei2009-07-242-9/+189
* | | | | | | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-17/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | futex: Detect mismatched requeue targetsDarren Hart2009-08-161-4/+20
| * | | | | | | | | | futex: Correct futex_wait_requeue_pi() commentaryDarren Hart2009-08-041-13/+10
* | | | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-1/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | debug lockups: Improve lockup detectionIngo Molnar2009-08-021-1/+6
* | | | | | | | | | | | Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-111-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | workqueues: Improve schedule_work() documentationBart Van Assche2009-08-041-1/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* | | | | | | | | | | | | Merge branch 'next' into for-linusJames Morris2009-09-117-13/+306
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Security/SELinux: includecheck fix kernel/sysctl.cJaswinder Singh Rajput2009-09-071-1/+0
| * | | | | | | | | | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+43
| * | | | | | | | | | | | CRED: Add some configurable debugging [try #6]David Howells2009-09-024-10/+251
| * | | | | | | | | | | | bsdacct: switch credentials for writing to the accounting fileMichal Schmidt2009-08-241-1/+7
| * | | | | | | | | | | | Merge branch 'master' into nextJames Morris2009-08-208-136/+297
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Security/SELinux: remove duplicated #includeHuang Weiyi2009-08-191-1/+0
| * | | | | | | | | | | | security: introducing security_request_moduleEric Paris2009-08-141-0/+4
| * | | | | | | | | | | | Merge branch 'master' into nextJames Morris2009-08-1113-129/+202
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-061-3/+4
| * | | | | | | | | | | | | Merge branch 'master' into nextJames Morris2009-08-0633-323/+652
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2009-07-1419-83/+306
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2009-06-3033-1050/+1362
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | security: rename ptrace_may_access => ptrace_access_checkIngo Molnar2009-06-251-1/+1
* | | | | | | | | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | perf_counter: Fix /0 bug in swcountersPeter Zijlstra2009-08-291-0/+1
| * | | | | | | | | | | | | | | perf_counters: Increase paranoia levelIngo Molnar2009-08-281-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-281-2/+5
|/ / / / / / / / / / / / / /