| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/lib: Fix spelling, put space between a numeral and its units | Andy Shevchenko | 2013-04-15 | 4 | -4/+4 |
* | x86/lib: Fix spelling in the comments | Andy Shevchenko | 2013-04-15 | 2 | -4/+4 |
* | x86, quirks: Shut-up a long-standing gcc warning | Borislav Petkov | 2013-04-03 | 1 | -7/+11 |
* | x86, msr: Unify variable names | Borislav Petkov | 2013-04-03 | 1 | -7/+7 |
* | x86: Drop KERNEL_IMAGE_START | Borislav Petkov | 2013-04-03 | 2 | -4/+3 |
* | x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety | Lans Zhang | 2013-03-01 | 1 | -1/+1 |
* | Merge branch 'akpm' (final batch from Andrew) | Linus Torvalds | 2013-02-28 | 39 | -131/+108 |
|\ |
|
| * | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 12 | -59/+45 |
| * | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 2013-02-28 | 25 | -9/+29 |
| * | mm: use vm_unmapped_area() on frv architecture | Michel Lespinasse | 2013-02-28 | 1 | -32/+17 |
| * | mm: use vm_unmapped_area() on parisc architecture | Michel Lespinasse | 2013-02-28 | 1 | -31/+17 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-02-28 | 4 | -15/+28 |
|\ \ |
|
| * | | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() | Satoru Takeuchi | 2013-02-14 | 3 | -8/+9 |
| * | | x86, efi: Allow slash in file path of initrd | Lee, Chun-Yi | 2013-01-31 | 1 | -7/+19 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-28 | 3 | -22/+37 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Make sure we can boot in the case the BDA contains pure garbage | H. Peter Anvin | 2013-02-27 | 1 | -19/+34 |
| * | | x86, efi: Mark disable_runtime as __initdata | Matt Fleming | 2013-02-26 | 1 | -1/+1 |
| * | | x86, doc: Fix incorrect comment about 64-bit code segment descriptors | Konrad Rzeszutek Wilk | 2013-02-25 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 41 | -162/+75 |
|\ \ \ |
|
| * | | | default SET_PERSONALITY() in linux/elf.h | Al Viro | 2013-02-26 | 16 | -54/+1 |
| * | | | spufs_mkdir(): don't d_add() on negative parent | Al Viro | 2013-02-23 | 1 | -43/+21 |
| * | | | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 2013-02-23 | 1 | -2/+2 |
| * | | | new helper: file_inode(file) | Al Viro | 2013-02-23 | 24 | -63/+51 |
* | | | | Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2013-02-27 | 36 | -115/+1851 |
|\ \ \ \ |
|
| * | | | | xtensa: add accept4 syscall | Chris Zankel | 2013-02-26 | 1 | -1/+4 |
| * | | | | xtensa: add support for TLS | Chris Zankel | 2013-02-24 | 7 | -7/+25 |
| * | | | | xtensa: add missing include asm/uaccess.h to checksum.h | Max Filippov | 2013-02-24 | 1 | -0/+1 |
| * | | | | xtensa: do not enable GENERIC_GPIO by default | Max Filippov | 2013-02-24 | 1 | -1/+1 |
| * | | | | xtensa: complete ptrace handling of register windows | Max Filippov | 2013-02-24 | 1 | -13/+20 |
| * | | | | xtensa: add support for oprofile | dann | 2013-02-24 | 6 | -1/+209 |
| * | | | | xtensa: move spill_registers to traps.h | Max Filippov | 2013-02-24 | 2 | -20/+25 |
| * | | | | xtensa: ISS: add host file-based simulated disk | Victor Prupis | 2013-02-24 | 3 | -0/+412 |
| * | | | | xtensa: fix str[n]cmp return value | Max Filippov | 2013-02-24 | 1 | -2/+2 |
| * | | | | xtensa: avoid mmap cache aliasing | Max Filippov | 2013-02-24 | 2 | -0/+45 |
| * | | | | xtensa: add finit_module syscall | Max Filippov | 2013-02-24 | 1 | -1/+3 |
| * | | | | xtensa: pull signal definitions from signal-defs.h | Max Filippov | 2013-02-24 | 1 | -10/+1 |
| * | | | | xtensa: fix ipc_parse_version selection | Max Filippov | 2013-02-24 | 1 | -0/+1 |
| * | | | | xtensa: dispatch medium-priority interrupts | Marc Gauthier | 2013-02-24 | 10 | -45/+260 |
| * | | | | xtensa: Add config files for Diamond 233L - Rev C processor variant | Pete Delaney | 2013-02-24 | 5 | -0/+825 |
| * | | | | xtensa: use new common dtc rule | Stephen Warren | 2013-02-24 | 3 | -14/+17 |
| * | | | | xtensa: rename prom_update_property to of_update_property | Max Filippov | 2013-02-24 | 1 | -2/+2 |
* | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2013-02-27 | 46 | -327/+295 |
|\ \ \ \ \ |
|
| * | | | | | microblaze: Do not use module.h in files which are not modules | Michal Simek | 2013-02-12 | 23 | -22/+23 |
| * | | | | | microblaze: Fix coding style issues | Michal Simek | 2013-02-12 | 32 | -294/+259 |
| * | | | | | microblaze: Add missing return from debugfs_tlb | Michal Simek | 2013-02-12 | 1 | -0/+2 |
| * | | | | | microblaze: Makefile clean | Jason Wu | 2013-02-12 | 1 | -6/+3 |
| * | | | | | microblaze: Add .gitignore entries for auto-generated files | Lars-Peter Clausen | 2013-02-12 | 2 | -0/+4 |
| * | | | | | microblaze: Fix strncpy_from_user macro | Michal Simek | 2013-02-12 | 1 | -5/+4 |
* | | | | | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 2013-02-27 | 6 | -18/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | openrisc: add missing header inclusion | Stefan Kristiansson | 2013-02-26 | 1 | -0/+1 |