Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Olof Johansson | 26 | -55/+55 |
2012-03-29 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -1/+18 |
2012-03-29 | Merge branch 'for-3.4/fixes-for-rc1-and-v3.3' of git://git.kernel.org/pub/scm... | Olof Johansson | 3 | -7/+11 |
2012-03-29 | ARM: LPC32xx: clock.c: Fix lpc-eth clock reference | Roland Stigge | 1 | -1/+1 |
2012-03-29 | Merge branch 'fixes-gpio-to-irq' into fixes | Tony Lindgren | 23 | -51/+48 |
2012-03-29 | Merge branch 'fix-dss-mux' into fixes | Tony Lindgren | 1 | -4/+4 |
2012-03-29 | ARM: OMAP: pm: fix compilation break | Govindraj.R | 2 | -0/+3 |
2012-03-29 | ALSA: fix isa/opti9xx module param type | Randy Dunlap | 1 | -1/+1 |
2012-03-29 | sound: fix oss/msnd_pinnacle module param type | Randy Dunlap | 1 | -1/+1 |
2012-03-29 | Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Takashi Iwai | 2 | -2/+2 |
2012-03-29 | cgroup: update MAINTAINERS entry | Li Zefan | 1 | -1/+1 |
2012-03-29 | ARM: OMAP: Remove OMAP_GPIO_IRQ macro definition | Tarun Kanti DebBarma | 1 | -4/+0 |
2012-03-29 | drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit() | Tarun Kanti DebBarma | 1 | -1/+1 |
2012-03-29 | ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq() | Tarun Kanti DebBarma | 21 | -46/+47 |
2012-03-29 | Btrfs: update to the right index of defragment | Liu Bo | 1 | -0/+3 |
2012-03-29 | Btrfs: do not bother to defrag an extent if it is a big real extent | Liu Bo | 1 | -6/+3 |
2012-03-29 | Btrfs: add a check to decide if we should defrag the range | Liu Bo | 1 | -1/+35 |
2012-03-29 | Btrfs: fix recursive defragment with autodefrag option | Liu Bo | 1 | -3/+5 |
2012-03-29 | Btrfs: fix the mismatch of page->mapping | Liu Bo | 1 | -16/+19 |
2012-03-29 | Btrfs: fix race between direct io and autodefrag | Liu Bo | 1 | -1/+5 |
2012-03-29 | Btrfs: fix deadlock during allocating chunks | Liu Bo | 1 | -0/+50 |
2012-03-29 | Btrfs: show useful info in space reservation tracepoint | Liu Bo | 3 | -25/+13 |
2012-03-29 | nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled | Jeff Layton | 4 | -5/+21 |
2012-03-29 | sh: Support I/O space swapping where needed. | Paul Mundt | 3 | -15/+62 |
2012-03-29 | drm/i915: suspend fbdev device around suspend/hibernate | Dave Airlie | 3 | -1/+18 |
2012-03-28 | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 42 | -722/+1161 |
2012-03-28 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 1 | -3/+4 |
2012-03-28 | Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -22/+24 |
2012-03-28 | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -24/+15 |
2012-03-28 | Btrfs: don't use crc items bigger than 4KB | Chris Mason | 1 | -1/+3 |
2012-03-28 | Btrfs: flush out and clean up any block device pages during mount | Chris Mason | 2 | -0/+4 |
2012-03-28 | Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus | Chris Mason | 5 | -55/+75 |
2012-03-28 | Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for... | Chris Mason | 4 | -139/+157 |
2012-03-28 | Merge branch 'error-handling' into for-linus | Chris Mason | 38 | -1018/+2017 |
2012-03-28 | btrfs: disallow unequal data/metadata blocksize for mixed block groups | David Sterba | 1 | -0/+8 |
2012-03-28 | Btrfs: enhance superblock sanity checks | David Sterba | 1 | -5/+18 |
2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 55 | -768/+1225 |
2012-03-28 | backlight: fix typo in tosa_lcd.c | Masanari Iida | 1 | -1/+1 |
2012-03-28 | crc32: add help text for the algorithm select option | Darrick J. Wong | 1 | -0/+4 |
2012-03-28 | mm: move hugepage test examples to tools/testing/selftests/vm | Dave Young | 8 | -24/+112 |
2012-03-28 | mm: move slabinfo.c to tools/vm | Dave Young | 2 | -2/+2 |
2012-03-28 | mm: move page-types.c from Documentation to tools/vm | Dave Young | 3 | -4/+15 |
2012-03-28 | selftests/Makefile: make `run_tests' depend on `all' | Andrew Morton | 1 | -1/+1 |
2012-03-28 | selftests: launch individual selftests from the main Makefile | Frederic Weisbecker | 3 | -10/+10 |
2012-03-28 | radix-tree: use iterators in find_get_pages* functions | Konstantin Khlebnikov | 1 | -48/+38 |
2012-03-28 | radix-tree: rewrite gang lookup using iterator | Konstantin Khlebnikov | 1 | -258/+33 |
2012-03-28 | radix-tree: introduce bit-optimized iterator | Konstantin Khlebnikov | 2 | -0/+347 |
2012-03-28 | fs/proc/namespaces.c: prevent crash when ns_entries[] is empty | Andrew Morton | 1 | -3/+3 |
2012-03-28 | nbd: rename the nbd_device variable from lo to nbd | Wanlong Gao | 1 | -147/+148 |
2012-03-28 | pidns: add reboot_pid_ns() to handle the reboot syscall | Daniel Lezcano | 3 | -1/+49 |