| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_ring: let virtqueue_{kick()/notify()} return a bool | Heinz Graalfs | 2013-10-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_ring: change host notification API | Heinz Graalfs | 2013-10-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_config: remove virtio_config_val | Rusty Russell | 2013-10-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_config: introduce size-based accessors. | Rusty Russell | 2013-10-17 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible | Andi Kleen | 2013-10-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel: add support for init_array constructors | Frantisek Hrbata | 2013-10-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module: remove rmmod --wait option. | Rusty Russell | 2013-09-23 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patch-bomb from Andrew Morton) | Linus Torvalds | 2013-11-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmdline-parser: fix build | Alexander Beregalov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kfifo API type safety | Stefani Seibold | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | llists: move llist_reverse_order from raid5 to llist.c | Christoph Hellwig | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix | Andrew Morton | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert "softirq: Add support for triggering softirq work on softirqs" | Christoph Hellwig | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched: remove INIT_COMPLETION | Wolfram Sang | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched: replace INIT_COMPLETION with reinit_completion | Wolfram Sang | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seq_file: introduce seq_setwidth() and seq_pad() | Tetsuo Handa | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lockref: use BLOATED_SPINLOCKS to avoid explicit config dependencies | Peter Zijlstra | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: create a separate slab for page->ptl allocation | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: properly separate the bloated ptl from the regular case | Peter Zijlstra | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: allow pgtable_page_ctor() to fail | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: implement split page table lock for PMD level | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, thp: do not access mm->pmd_huge_pte directly | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, thp: move ptl taking inside page_check_address_pmd() | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, thp: change pmd_trans_huge_lock() to return taken lock | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce api for split page table lock for PMD level | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov | 2013-11-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov | 2013-11-15 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-11-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | / / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add tests for find_lock_delalloc_range | Josef Bacik | 2013-11-11 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-11-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking/doc: Update references to kernel/mutex.c | Peter Zijlstra | 2013-11-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpuset: Fix potential deadlock w/ set_mems_allowed | John Stultz | 2013-11-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 2013-11-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 2013-11-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil... | Ingo Molnar | 2013-11-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v3.12' into core/locking to pick up mutex upates | Ingo Molnar | 2013-11-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hung_task debugging: Add tracepoint to report the hang | Oleg Nesterov | 2013-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hung_task: Change sysctl_hung_task_check_count to 'int' | Li Zefan | 2013-09-23 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2013-11-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | omapdss: Add new panel driver for Topolly td028ttec1 LCD. | Marek Belisko | 2013-10-31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | framebuffer: Add fb_<level> convenience logging macros | Joe Perches | 2013-10-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video: atmel_lcdfb: pass the pdata as params | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video: atmel_lcdfb: fix platform data struct | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video: mmp: add pitch info in mmp_win structure | Jing Xiang | 2013-09-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video: mmp: rb swap setting update for mmp display | Guoqing Li | 2013-09-20 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
