Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | ARM: S5PV310: Fix on typo irqs.h of S5PV310 | Kukjin Kim | 2010-08-27 | 1 | -4/+7 | |
| * | | | | | | | ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310 | Kukjin Kim | 2010-08-27 | 1 | -1/+2 | |
| * | | | | | | | ARM: S5PV310: Fix on GPIO base addresses | Kyungmin Park | 2010-08-27 | 1 | -2/+10 | |
| * | | | | | | | ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type | Kukjin Kim | 2010-08-27 | 4 | -4/+4 | |
| * | | | | | | | ARM: S5P: VMALLOC_END should be unsigned long | Kyungmin Park | 2010-08-23 | 2 | -2/+2 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-28 | 6 | -46/+74 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fsnotify: drop two useless bools in the fnsotify main loop | Eric Paris | 2010-08-27 | 1 | -8/+5 | |
| * | | | | | | | | fsnotify: fix list walk order | Eric Paris | 2010-08-27 | 1 | -6/+5 | |
| * | | | | | | | | fanotify: Return EPERM when a process is not privileged | Andreas Gruenbacher | 2010-08-27 | 1 | -1/+1 | |
| * | | | | | | | | fanotify: resize pid and reorder structure | Tvrtko Ursulin | 2010-08-27 | 1 | -3/+3 | |
| * | | | | | | | | fanotify: drop duplicate pr_debug statement | Tvrtko Ursulin | 2010-08-22 | 1 | -3/+0 | |
| * | | | | | | | | fanotify: flush outstanding perm requests on group destroy | Eric Paris | 2010-08-22 | 3 | -7/+28 | |
| * | | | | | | | | fsnotify: fix ignored mask handling between inode and vfsmount marks | Eric Paris | 2010-08-22 | 1 | -18/+17 | |
| * | | | | | | | | fanotify: add MAINTAINERS entry | Eric Paris | 2010-08-22 | 1 | -0/+6 | |
| * | | | | | | | | fsnotify: reset used_inode and used_vfsmount on each pass | Eric Paris | 2010-08-22 | 1 | -1/+3 | |
| * | | | | | | | | fanotify: do not dereference inode_mark when it is unset | Eric Paris | 2010-08-22 | 1 | -4/+11 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2010-08-28 | 6 | -12/+30 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | eCryptfs: Fix encrypted file name lookup regression | Tyler Hicks | 2010-08-27 | 2 | -8/+24 | |
| * | | | | | | | | | ecryptfs: properly mark init functions | Jerome Marchand | 2010-08-27 | 4 | -4/+4 | |
| * | | | | | | | | | fs/ecryptfs: Return -ENOMEM on memory allocation failure | Julia Lawall | 2010-08-27 | 1 | -0/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra | Linus Torvalds | 2010-08-28 | 2 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | arm: tegra: VMALLOC_END should be unsigned long | Olof Johansson | 2010-08-22 | 1 | -1/+1 | |
| * | | | | | | | | | arm: tegra: fix compilation of board-harmony.c | Olof Johansson | 2010-08-22 | 1 | -2/+0 | |
* | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-08-28 | 13 | -76/+95 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | vgaarb: Wrap vga_(get|put) in CONFIG_VGA_ARB | Chris Wilson | 2010-08-27 | 1 | -2/+13 | |
| * | | | | | | | | | | drm/radeon/kms: add missing scratch update in dp_detect | Alex Deucher | 2010-08-27 | 1 | -0/+1 | |
| * | | | | | | | | | | drm/modes: Fix CVT-R modeline generation | Adam Jackson | 2010-08-27 | 1 | -1/+4 | |
| * | | | | | | | | | | drm: fix regression in drm locking since BKL removal. | Arnd Bergmann | 2010-08-27 | 1 | -0/+2 | |
| * | | | | | | | | | | drm/radeon/kms: remove stray radeon_i2c_destroy | Alex Deucher | 2010-08-27 | 1 | -2/+0 | |
| * | | | | | | | | | | drm: mm: fix range restricted allocations | Daniel Vetter | 2010-08-27 | 1 | -10/+14 | |
| * | | | | | | | | | | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d... | Dave Airlie | 2010-08-27 | 7 | -61/+61 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | drm/nouveau: drop drm_global_mutex before sleeping in submission path | Ben Skeggs | 2010-08-27 | 1 | -0/+2 | |
| | * | | | | | | | | | | drm: export drm_global_mutex for drivers to use | Ben Skeggs | 2010-08-27 | 1 | -0/+1 | |
| | * | | | | | | | | | | drm/nv20: Don't use pushbuf calls on the original nv20. | Francisco Jerez | 2010-08-26 | 1 | -2/+2 | |
| | * | | | | | | | | | | drm/nouveau: Fix TMDS on some DCB1.5 boards. | Francisco Jerez | 2010-08-26 | 1 | -14/+6 | |
| | * | | | | | | | | | | drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. | Francisco Jerez | 2010-08-26 | 2 | -21/+27 | |
| | * | | | | | | | | | | drm/nv30: Apply modesetting to the correct slave encoder | Patrice Mandin | 2010-08-26 | 1 | -3/+5 | |
| | * | | | | | | | | | | drm/nouveau: Use a helper function to match PCI device/subsystem IDs. | Francisco Jerez | 2010-08-26 | 3 | -20/+16 | |
| | * | | | | | | | | | | drm/nv50: add dcb type 14 to enum to prevent compiler complaint | Ben Skeggs | 2010-08-26 | 2 | -1/+2 | |
* | | | | | | | | | | | | Merge branch 'lguest' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-28 | 3 | -13/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | lguest: Odd Fixes | Rusty Russell | 2010-08-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | lguest: clean up warnings in demonstration launcher. | Rusty Russell | 2010-08-27 | 2 | -12/+14 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-28 | 8 | -20/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | OMAP3: PM: ensure IO wakeups are properly disabled | Kevin Hilman | 2010-08-16 | 1 | -1/+3 | |
| * | | | | | | | | | | | | omap: Fix omap_4430sdp_defconfig for make oldconfig | Tony Lindgren | 2010-08-16 | 1 | -0/+3 | |
| * | | | | | | | | | | | | omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirq | Tony Lindgren | 2010-08-16 | 1 | -2/+4 | |
| * | | | | | | | | | | | | omap: Fix sev instruction usage for multi-omap | Tony Lindgren | 2010-08-16 | 3 | -9/+2 | |
| * | | | | | | | | | | | | OMAP3: Fix a cpu type check problem | stanley.miao | 2010-08-16 | 1 | -7/+7 | |
| * | | | | | | | | | | | | omap3: id: fix 3630 rev detection | Nishanth Menon | 2010-08-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-08-28 | 14 | -107/+185 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |