| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Fix PROVE_RCU vs cpu_cgroup | Peter Zijlstra | 2010-06-08 | 2 | -62/+73 |
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35 | Linus Torvalds | 2010-06-08 | 6 | -90/+106 |
|\ |
|
| * | jffs2: update ctime when changing the file's permission by setfacl | Jan Kara | 2010-06-06 | 1 | -1/+2 |
| * | jffs2: Fix NFS race by using insert_inode_locked() | David Woodhouse | 2010-06-03 | 2 | -3/+16 |
| * | jffs2: Fix in-core inode leaks on error paths | David Woodhouse | 2010-06-03 | 1 | -59/+56 |
| * | mtd: Fix NAND submenu | Maxim Levitsky | 2010-06-03 | 1 | -10/+11 |
| * | mtd/r852: update card detect early. | Maxim Levitsky | 2010-06-02 | 1 | -1/+1 |
| * | mtd/r852: Fixes in case of DMA timeout | Maxim Levitsky | 2010-06-02 | 1 | -3/+11 |
| * | mtd/r852: register IRQ as last step | Maxim Levitsky | 2010-06-02 | 1 | -5/+6 |
| * | drivers/mtd: Use memdup_user | Julia Lawall | 2010-05-22 | 1 | -8/+3 |
| * | docbook: make mtd nand module init static | H Hartley Sweeten | 2010-05-21 | 1 | -1/+1 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-06-08 | 5 | -27/+30 |
|\ \ |
|
| * | | ahci: redo stopping DMA engines on empty ports | Tejun Heo | 2010-06-07 | 1 | -18/+3 |
| * | | sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24 | Colin Tuckley | 2010-06-07 | 1 | -6/+6 |
| * | | ahci: add pci quirk for JMB362 | Tejun Heo | 2010-06-07 | 2 | -1/+5 |
| * | | sata_via: explain the magic fix | Tejun Heo | 2010-06-07 | 1 | -2/+16 |
* | | | [PATCH 2/11] drivers/watchdog: Eliminate a NULL pointer dereference | Julia Lawall | 2010-06-07 | 1 | -1/+1 |
|/ / |
|
* | | Revert "tty: fix a little bug in scrup, vt.c" | Linus Torvalds | 2010-06-07 | 1 | -1/+1 |
* | | Linux 2.6.35-rc2v2.6.35-rc2 | Linus Torvalds | 2010-06-06 | 1 | -1/+1 |
* | | drm/i915: Move non-phys cursors into the GTT | Chris Wilson | 2010-06-06 | 1 | -0/+9 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-06-05 | 2 | -17/+26 |
|\ \ |
|
| * | | ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags | Dmitry Monakhov | 2010-06-05 | 1 | -17/+23 |
| * | | ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files | Theodore Ts'o | 2010-06-03 | 1 | -0/+3 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-06-05 | 18 | -798/+736 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into for-linus | Alex Elder | 2010-06-04 | 18 | -798/+736 |
| |\ \ \ |
|
| | * | | | xfs: improve xfs_isilocked | Christoph Hellwig | 2010-06-03 | 1 | -16/+10 |
| | * | | | xfs: skip writeback from reclaim context | Christoph Hellwig | 2010-06-03 | 1 | -0/+15 |
| | * | | | xfs: remove done roadmap item from xfs-delayed-logging-design.txt | Christoph Hellwig | 2010-06-03 | 1 | -5/+0 |
| | * | | | xfs: fix race in inode cluster freeing failing to stale inodes | Dave Chinner | 2010-06-03 | 1 | -80/+62 |
| | * | | | xfs: fix access to upper inodes without inode64 | Christoph Hellwig | 2010-05-28 | 5 | -46/+21 |
| | * | | | xfs: fix might_sleep() warning when initialising per-ag tree | Dave Chinner | 2010-05-28 | 1 | -1/+1 |
| | * | | | fs/xfs/quota: Add missing mutex_unlock | Julia Lawall | 2010-05-28 | 1 | -1/+3 |
| | * | | | xfs: remove duplicated #include | Huang Weiyi | 2010-05-28 | 1 | -1/+0 |
| | * | | | xfs: convert more trace events to DEFINE_EVENT | Li Zefan | 2010-05-28 | 1 | -168/+188 |
| | * | | | xfs: xfs_trace.c: remove duplicated #include | Huang Weiyi | 2010-05-28 | 1 | -1/+0 |
| | * | | | xfs: Check new inode size is OK before preallocating | Dave Chinner | 2010-05-28 | 2 | -4/+14 |
| | * | | | xfs: clean up xlog_align | Christoph Hellwig | 2010-05-28 | 1 | -8/+3 |
| | * | | | xfs: cleanup log reservation calculactions | Christoph Hellwig | 2010-05-28 | 2 | -457/+400 |
| | * | | | xfs: be more explicit if RT mount fails due to config | Eric Sandeen | 2010-05-28 | 1 | -1/+10 |
| | * | | | xfs: replace E2BIG with EFBIG where appropriate | Eric Sandeen | 2010-05-28 | 2 | -9/+9 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-05 | 31 | -205/+256 |
|\ \ \ \ \ |
|
| * | | | | | X25: remove duplicated #include | Huang Weiyi | 2010-06-05 | 1 | -2/+0 |
| * | | | | | tcp: use correct net ns in cookie_v4_check() | Eric Dumazet | 2010-06-05 | 1 | -1/+1 |
| * | | | | | rps: tcp: fix rps_sock_flow_table table updates | Eric Dumazet | 2010-06-05 | 1 | -3/+4 |
| * | | | | | ppp_generic: fix multilink fragment sizes | Ben McKeegan | 2010-06-05 | 1 | -1/+1 |
| * | | | | | syncookies: remove Kconfig text line about disabled-by-default | Florian Westphal | 2010-06-05 | 1 | -5/+5 |
| * | | | | | ixgbe: only check pfc bits in hang logic if pfc is enabled | John Fastabend | 2010-06-05 | 1 | -1/+1 |
| * | | | | | net: check for refcount if pop a stacked dst_entry | Steffen Klassert | 2010-06-05 | 2 | -5/+5 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-03 | 3 | -18/+18 |
| |\ \ \ \ \ |
|
| | * | | | | | mac80211: fix dialog token allocator | Johannes Berg | 2010-06-01 | 1 | -2/+4 |