Age | Commit message (Expand) | Author | Files | Lines |
2013-12-21 | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support | Kirill A. Shutemov | 1 | -3/+2 |
2013-12-19 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 1 | -1/+1 |
2013-12-18 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -24/+11 |
2013-12-12 | word-at-a-time: provide generic big-endian zero_bytemask implementation | Will Deacon | 1 | -0/+8 |
2013-12-11 | sched: Remove PREEMPT_NEED_RESCHED from generic code | Peter Zijlstra | 1 | -24/+11 |
2013-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+14 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-11-15 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 1 | -2/+10 |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-11-13 | bitops/find: clarify and extend documentation | Cody P Schafer | 1 | -2/+10 |
2013-11-12 | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -160/+65 |
2013-11-12 | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+10 |
2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro | 1 | -1/+1 |
2013-10-20 | gpiolib: export descriptor-based GPIO interface | Alexandre Courbot | 1 | -160/+62 |
2013-10-17 | kernel: add support for init_array constructors | Frantisek Hrbata | 1 | -0/+1 |
2013-10-16 | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib | Christian Ruppert | 1 | -0/+10 |
2013-10-16 | Merge tag 'v3.12-rc4' into devel | Linus Walleij | 2 | -2/+3 |
2013-10-16 | gpio: add API to be strict about GPIO IRQ usage | Linus Walleij | 1 | -0/+3 |
2013-10-14 | __page_to_pfn: Fix typo in comment | Zhang Yanfei | 1 | -1/+1 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 2 | -2/+3 |
2013-10-03 | mm: Fix generic hugetlb pte check return type. | David Miller | 1 | -2/+2 |
2013-10-01 | include/asm-generic/vtime.h: avoid zero-length file | Andrew Morton | 1 | -0/+1 |
2013-09-28 | sched: Revert need_resched() to look at TIF_NEED_RESCHED | Peter Zijlstra | 1 | -8/+0 |
2013-09-25 | sched, x86: Optimize the preempt_schedule() call | Peter Zijlstra | 1 | -0/+10 |
2013-09-25 | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 1 | -0/+35 |
2013-09-25 | sched: Create more preempt_count accessors | Peter Zijlstra | 1 | -0/+14 |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra | 1 | -0/+54 |
2013-09-24 | crypto: create generic version of ablk_helper | Ard Biesheuvel | 1 | -0/+14 |
2013-09-09 | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -28/+0 |
2013-09-04 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+0 |
2013-09-04 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+6 |
2013-09-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -1/+6 |
2013-08-29 | s390/mm: implement software referenced bits | Martin Schwidefsky | 1 | -4/+0 |
2013-08-27 | drivers: dma-contiguous: clean source code and prepare for device tree | Marek Szyprowski | 1 | -28/+0 |
2013-08-16 | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 1 | -1/+1 |
2013-08-14 | vtime: Describe overriden functions in dedicated arch headers | Frederic Weisbecker | 1 | -0/+0 |
2013-08-14 | mm: save soft-dirty bits on file pages | Cyrill Gorcunov | 1 | -0/+15 |
2013-08-14 | mm: save soft-dirty bits on swapped pages | Cyrill Gorcunov | 1 | -0/+15 |
2013-07-26 | tracing: Add __tracepoint_string() to export string pointers | Steven Rostedt (Red Hat) | 1 | -1/+6 |
2013-07-07 | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -12/+0 |
2013-07-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -2/+3 |
2013-07-04 | rapidio: convert switch drivers to modules | Alexandre Bounine | 1 | -7/+0 |
2013-07-04 | vmlinux.lds: add comments for global variables and clean up useless declarations | Jiang Liu | 1 | -1/+20 |
2013-07-04 | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 1 | -0/+22 |
2013-07-03 | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+5 |
2013-07-03 | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -13/+9 |
2013-07-02 | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -20/+0 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -0/+4 |
2013-06-26 | modpost: remove all traces of cpuinit/cpuexit sections | Paul Gortmaker | 1 | -12/+0 |