Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | mm: clean up and kernelify shrinker registration | Rusty Russell | 1 | -17/+21 |
2007-07-17 | Lumpy Reclaim V4 | Andy Whitcroft | 2 | -1/+10 |
2007-07-17 | handle kernelcore=: generic | Mel Gorman | 1 | -1/+0 |
2007-07-17 | Allow huge page allocations to use GFP_HIGH_MOVABLE | Mel Gorman | 2 | -3/+5 |
2007-07-17 | Create the ZONE_MOVABLE zone | Mel Gorman | 4 | -4/+25 |
2007-07-17 | Add __GFP_MOVABLE for callers to flag allocations from high memory that may b... | Mel Gorman | 11 | -17/+87 |
2007-07-17 | mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty | Martin Schwidefsky | 12 | -173/+0 |
2007-07-17 | mm: remove ptep_establish() | Martin Schwidefsky | 5 | -59/+26 |
2007-07-17 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 40 | -362/+1089 |
2007-07-17 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -0/+2 |
2007-07-17 | macb: Use generic PHY layer | frederic RODO | 2 | -0/+2 |
2007-07-17 | Revert "[NET]: Fix races in net_rx_action vs netpoll." | Linus Torvalds | 1 | -10/+0 |
2007-07-16 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+26 |
2007-07-16 | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2 | -1/+95 |
2007-07-16 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2 | -65/+0 |
2007-07-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 12 | -69/+665 |
2007-07-16 | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 30 | -412/+668 |
2007-07-16 | ext4: statfs speed up | Badari Pulavarty | 1 | -0/+2 |
2007-07-16 | ext3: statfs speed up | Badari Pulavarty | 1 | -0/+2 |
2007-07-16 | ext2: statfs speed up | Badari Pulavarty | 1 | -0/+2 |
2007-07-16 | remove mm/backing-dev.c:congestion_wait_interruptible() | Adrian Bunk | 1 | -1/+0 |
2007-07-16 | make cancel_xxx_work_sync() return a boolean | Oleg Nesterov | 1 | -2/+2 |
2007-07-16 | rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() | Oleg Nesterov | 1 | -3/+10 |
2007-07-16 | Remove the last few UMSDOS leftovers | Jesper Juhl | 1 | -2/+0 |
2007-07-16 | generic bug: use show_regs() instead of dump_stack() | Heiko Carstens | 1 | -2/+5 |
2007-07-16 | uninline check_signature() | Andrew Morton | 1 | -27/+2 |
2007-07-16 | make seccomp zerocost in schedule | Andrea Arcangeli | 3 | -11/+8 |
2007-07-16 | move seccomp from /proc to a prctl | Andrea Arcangeli | 2 | -2/+17 |
2007-07-16 | cdrom: replace hard-coded constants by kernel.h macro. | Robert P. J. Day | 1 | -2/+2 |
2007-07-16 | namespace: ensure clone_flags are always stored in an unsigned long | Eric W. Biederman | 4 | -4/+5 |
2007-07-16 | Remove final two references to "__obsolete_setup" macro | Robert P. J. Day | 1 | -4/+0 |
2007-07-16 | Introduce compat_u64 and compat_s64 types | Arnd Bergmann | 7 | -0/+14 |
2007-07-16 | remove unused lock_cpu_hotplug_interruptible definition | Nathan Lynch | 1 | -1/+0 |
2007-07-16 | COBALT: remove all references to Cobalt NVRAM | Robert P. J. Day | 1 | -109/+0 |
2007-07-16 | user namespace: add unshare | Serge E. Hallyn | 2 | -0/+5 |
2007-07-16 | user namespace: add the framework | Cedric Le Goater | 4 | -1/+62 |
2007-07-16 | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 2 | -21/+3 |
2007-07-16 | Audit: add TTY input auditing | Miloslav Trmac | 3 | -0/+48 |
2007-07-16 | Improve behaviour of spurious IRQ detect | Alan Cox | 1 | -0/+1 |
2007-07-16 | fix typo in prefetch.h | Dave Jones | 1 | -1/+1 |
2007-07-16 | taskstats: add context-switch counters | Maxim Uvarov | 1 | -1/+4 |
2007-07-16 | Drop an empty isicom.h from being exported to user space. | Robert P. J. Day | 1 | -1/+0 |
2007-07-16 | remove sonypi_camera_command() | Adrian Bunk | 1 | -2/+0 |
2007-07-16 | Kernel utf-8 handling | Jan Engelhardt | 1 | -1/+4 |
2007-07-16 | Remove capability.h from mm.h | Alexey Dobriyan | 1 | -1/+0 |
2007-07-16 | O_CLOEXEC for SCM_RIGHTS | Ulrich Drepper | 2 | -0/+4 |
2007-07-16 | Introduce O_CLOEXEC | Ulrich Drepper | 2 | -14/+18 |
2007-07-16 | Add a flag to indicate deferrable timers in /proc/timer_stats | Venki Pallipadi | 2 | -13/+7 |
2007-07-16 | remove odd and misleading comments from uio.h | Christoph Hellwig | 1 | -9/+0 |
2007-07-16 | dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs | Dan Williams | 6 | -33/+74 |