Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform. | Deepthi Dharwar | 4 | -1/+191 |
2014-01-29 | powerpc/pseries/cpuidle: smt-snooze-delay cleanup. | Deepthi Dharwar | 3 | -26/+0 |
2014-01-29 | powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro. | Deepthi Dharwar | 1 | -18/+10 |
2014-01-29 | powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module. | Deepthi Dharwar | 1 | -14/+1 |
2014-01-29 | powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation. | Deepthi Dharwar | 1 | -67/+11 |
2014-01-29 | powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle. | Deepthi Dharwar | 7 | -15/+78 |
2014-01-29 | powerpc: Fix 32-bit frames for signals delivered when transactional | Paul Mackerras | 1 | -12/+7 |
2014-01-29 | powerpc/iommu: Fix initialisation of DART iommu table | Alistair Popple | 1 | -0/+1 |
2014-01-29 | powerpc/numa: Fix decimal permissions | Joe Perches | 1 | -1/+1 |
2014-01-29 | powerpc/mm: Fix compile error of pgtable-ppc64.h | Li Zhong | 1 | -3/+3 |
2014-01-29 | powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations | Andreas Schwab | 1 | -1/+1 |
2014-01-29 | Merge remote-tracking branch 'scott/next' into next | Benjamin Herrenschmidt | 4 | -1/+139 |
2014-01-29 | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 22 | -1094/+1840 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 38 | -679/+2261 |
2014-01-28 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 3 | -26/+51 |
2014-01-28 | ceph: cast PAGE_SIZE to size_t in ceph_sync_write() | Ilya Dryomov | 1 | -1/+1 |
2014-01-28 | ceph: fix dout() compile warnings in ceph_filemap_fault() | Ilya Dryomov | 1 | -3/+3 |
2014-01-28 | Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 15 | -52/+118 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 21 | -56/+344 |
2014-01-28 | Merge tag 'cris-correction-for-3.14' of git://jni.nu/cris | Linus Torvalds | 1 | -0/+1 |
2014-01-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 5 | -28/+22 |
2014-01-28 | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 24 | -286/+595 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 179 | -3851/+1543 |
2014-01-28 | CRISv10: Readd missing header | Jesper Nilsson | 1 | -0/+1 |
2014-01-28 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 33 | -416/+448 |
2014-01-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 214 | -1649/+6171 |
2014-01-28 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 3 | -9/+31 |
2014-01-28 | firmware/google: drop 'select EFI' to avoid recursive dependency | Ard Biesheuvel | 1 | -2/+1 |
2014-01-28 | compat: fix sys_fanotify_mark | Heiko Carstens | 1 | -2/+2 |
2014-01-28 | checkpatch.pl: check for function declarations without arguments | Joe Perches | 1 | -0/+9 |
2014-01-28 | mm/migrate.c: fix setting of cpupid on page migration twice against normal page | Wanpeng Li | 1 | -2/+0 |
2014-01-28 | softirq: use const char * const for softirq_to_name, whitespace neatening | Joe Perches | 2 | -17/+10 |
2014-01-28 | softirq: convert printks to pr_<level> | Joe Perches | 1 | -2/+4 |
2014-01-28 | softirq: use ffs() in __do_softirq() | Joe Perches | 1 | -21/+22 |
2014-01-28 | kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_... | Chen Gang | 1 | -1/+1 |
2014-01-28 | splice: fix unexpected size truncation | Xiao Guangrong | 1 | -1/+2 |
2014-01-28 | ipc: fix compat msgrcv with negative msgtyp | Mateusz Guzik | 1 | -1/+1 |
2014-01-28 | ipc,msg: document barriers | Davidlohr Bueso | 1 | -2/+17 |
2014-01-28 | ipc: delete seq_max field in struct ipc_ids | Davidlohr Bueso | 3 | -12/+3 |
2014-01-28 | ipc: simplify sysvipc_proc_open() return | Davidlohr Bueso | 1 | -5/+4 |
2014-01-28 | ipc: remove useless return statement | Davidlohr Bueso | 1 | -4/+0 |
2014-01-28 | ipc: remove braces for single statements | Davidlohr Bueso | 4 | -19/+16 |
2014-01-28 | ipc: standardize code comments | Davidlohr Bueso | 3 | -139/+125 |
2014-01-28 | ipc: whitespace cleanup | Manfred Spraul | 11 | -115/+115 |
2014-01-28 | ipc: change kern_ipc_perm.deleted type to bool | Rafael Aquini | 4 | -6/+6 |
2014-01-28 | ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races | Rafael Aquini | 4 | -19/+41 |
2014-01-28 | ipc/sem.c: avoid overflow of semop undo (semadj) value | Petr Mladek | 1 | -11/+13 |
2014-01-28 | init/main.c: remove unused declaractions of mca_init() and sbus_init() | Kang Hu | 1 | -2/+0 |
2014-01-28 | dynamic_debug: replace obselete simple_strtoul() with kstrtouint() | Andrey Ryabinin | 1 | -3/+1 |
2014-01-28 | dynamic_debug: fix ddebug_parse_query() | Andrey Ryabinin | 1 | -2/+4 |