Age | Commit message (Expand) | Author | Files | Lines |
2009-09-10 | UBIFS: amend commentaries | Artem Bityutskiy | 1 | -32/+30 |
2009-09-10 | UBIFS: check ubifs_scan error codes better | Artem Bityutskiy | 2 | -5/+14 |
2009-09-10 | UBIFS: do not print scary error messages needlessly | Artem Bityutskiy | 11 | -25/+37 |
2009-09-10 | UBIFS: add inode size debugging check | Artem Bityutskiy | 4 | -3/+91 |
2009-08-22 | UBIFS: constify file and inode operations | Artem Bityutskiy | 1 | -2/+2 |
2009-07-24 | UBIFS: remove unneeded call from ubifs_sync_fs | Artem Bityutskiy | 1 | -17/+7 |
2009-07-24 | UBIFS: kill BKL | Artem Bityutskiy | 1 | -12/+1 |
2009-07-24 | UBIFS: remove unused functions | Subrata Modak | 1 | -36/+0 |
2009-07-24 | UBIFS: suppress compilation warning | Subrata Modak | 1 | -1/+1 |
2009-07-23 | Linux 2.6.31-rc4 | Linus Torvalds | 1 | -1/+1 |
2009-07-23 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+5 |
2009-07-23 | Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2009-07-23 | genirq: Fix UP compile failure caused by irq_thread_check_affinity | Bruno Premont | 1 | -0/+5 |
2009-07-22 | lockdep: Fix lockdep annotation for pipe_double_lock() | Peter Zijlstra | 1 | -2/+2 |
2009-07-22 | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 25 | -299/+948 |
2009-07-22 | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+89 |
2009-07-22 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+2 |
2009-07-22 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -9/+48 |
2009-07-22 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -5/+19 |
2009-07-22 | Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -12/+23 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2 | -26/+26 |
2009-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2 | -0/+2 |
2009-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 50 | -112/+3417 |
2009-07-22 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 5 | -28/+40 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 6 | -13/+19 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+7 |
2009-07-22 | perf: fix stack data leak | Arjan van de Ven | 1 | -0/+1 |
2009-07-22 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2 | -1/+2 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 6 | -18/+62 |
2009-07-22 | perf_counter tools: Give perf top inherit option | Mike Galbraith | 1 | -1/+5 |
2009-07-22 | perf_counter tools: Fix vmlinux symbol generation breakage | Mike Galbraith | 1 | -2/+5 |
2009-07-22 | perf_counter: Detect debugfs location | Jason Baron | 5 | -17/+102 |
2009-07-22 | perf_counter: Add tracepoint support to perf list, perf stat | Jason Baron | 2 | -1/+176 |
2009-07-22 | perf symbol: C++ demangling | Arnaldo Carvalho de Melo | 2 | -3/+20 |
2009-07-22 | perf: avoid structure size confusion by using a fixed size | Arjan van de Ven | 1 | -1/+1 |
2009-07-22 | perf_counter: Fix throttle/unthrottle event logging | Anton Blanchard | 1 | -1/+4 |
2009-07-22 | perf_counter: Improve perf stat and perf record option parsing | Anton Blanchard | 2 | -2/+4 |
2009-07-22 | perf_counter: PERF_SAMPLE_ID and inherited counters | Peter Zijlstra | 4 | -120/+35 |
2009-07-22 | perf_counter: Plug more stack leaks | Peter Zijlstra | 1 | -2/+21 |
2009-07-22 | perf: Fix stack data leak | Arjan van de Ven | 1 | -0/+1 |
2009-07-22 | perf_counter: Remove unused variables | Peter Zijlstra | 1 | -2/+0 |
2009-07-22 | Merge commit 'tip/perfcounters/core' into perf-counters-for-linus | Peter Zijlstra | 10 | -142/+556 |
2009-07-22 | fbmon: work around compiler bug in gcc-2.4.2 | Linus Torvalds | 1 | -2/+2 |
2009-07-22 | softirq: introduce tasklet_hrtimer infrastructure | Peter Zijlstra | 2 | -1/+89 |
2009-07-22 | sky2: Avoid races in sky2_down | Mike McCormack | 1 | -8/+8 |
2009-07-22 | ide-tape: Don't leak kernel stack information | Michael Buesch | 1 | -0/+1 |
2009-07-22 | ide: fix memory leak when flush command is issued | Maxime Bizon | 1 | -0/+1 |
2009-07-22 | NFSv4: Fix a problem whereby a buggy server can oops the kernel | Trond Myklebust | 2 | -5/+13 |
2009-07-22 | NFSv4: Fix an NFSv4 mount regression | Trond Myklebust | 3 | -22/+26 |
2009-07-22 | NFSv4: Fix an Oops in nfs4_free_lock_state | Trond Myklebust | 1 | -1/+1 |