aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-17lockdep: Fix missing entry in /proc/lock_statLi Zefan1-1/+1
2009-08-02lockdep: Fix memory usage info of BFSMing Lei1-1/+2
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei2-5/+7
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra2-13/+80
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra3-0/+43
2009-08-02lockdep: Fix style nitsPeter Zijlstra1-3/+8
2009-08-02lockdep: Fix backtracesPeter Zijlstra1-1/+11
2009-08-02lockdep: Fix BFS buildIngo Molnar1-0/+2
2009-07-24lockdep: BFS cleanupPeter Zijlstra3-213/+175
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei3-2/+9
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei1-1/+5
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei1-27/+25
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei2-28/+69
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei1-108/+72
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei1-52/+37
2009-07-24lockdep: Introduce match function to BFSMing Lei1-17/+26
2009-07-24lockdep: Improve implementation of BFSMing Lei2-19/+39
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei3-9/+195
2009-07-22Linux 2.6.31-rc4Linus Torvalds1-1/+1
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-22lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra1-2/+2
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter tools: Give perf top inherit optionMike Galbraith1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith1-2/+5
2009-07-22perf_counter: Detect debugfs locationJason Baron5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron2-1/+176
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven1-1/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra4-120/+35
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Remove unused variablesPeter Zijlstra1-2/+0
2009-07-22fbmon: work around compiler bug in gcc-2.4.2Linus Torvalds1-2/+2
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra2-1/+89
2009-07-21sky2: Avoid races in sky2_downMike McCormack1-8/+8
2009-07-21ide-tape: Don't leak kernel stack informationMichael Buesch1-0/+1
2009-07-21ide: fix memory leak when flush command is issuedMaxime Bizon1-0/+1
2009-07-21NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2-5/+13
2009-07-21NFSv4: Fix an NFSv4 mount regressionTrond Myklebust3-22/+26
2009-07-21NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust1-1/+1
2009-07-21drivers/net/mlx4: Adjust constantJulia Lawall1-1/+1
2009-07-21drivers/net: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-07-21drivers/net: Move a dereference below a NULL testJulia Lawall1-3/+4
2009-07-21connector: maintainer/mail update.Evgeniy Polyakov5-6/+13
2009-07-21USB host CDC Phonet network interface driverRémi Denis-Courmont3-0/+470
2009-07-21macsonic, jazzsonic: fix oops on module unloadFinn Thain2-0/+2
2009-07-21macsonic: move probe function to .devinit.textUwe Kleine-König1-7/+7
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner4-9/+48