| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-13 | 17 | -141/+92 |
|\ |
|
| * | constify copy_siginfo_to_user{,32}() | Al Viro | 2013-11-09 | 10 | -10/+10 |
| * | new helper: dump_align() | Al Viro | 2013-11-09 | 1 | -1/+1 |
| * | spufs: get rid of dump_emit() wrappers | Al Viro | 2013-11-09 | 1 | -49/+20 |
| * | dump_skip(): dump_seek() replacement taking coredump_params | Al Viro | 2013-11-09 | 1 | -1/+1 |
| * | aout: switch to dump_emit | Al Viro | 2013-11-09 | 1 | -12/+8 |
| * | switch elf_coredump_extra_notes_write() to dump_emit() | Al Viro | 2013-11-09 | 4 | -31/+24 |
| * | switch elf_core_write_extra_data() to dump_emit() | Al Viro | 2013-11-09 | 2 | -10/+4 |
| * | switch elf_core_write_extra_phdrs() to dump_emit() | Al Viro | 2013-11-09 | 2 | -9/+4 |
| * | restore 32bit aout coredump | Al Viro | 2013-11-09 | 1 | -34/+36 |
* | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2013-11-13 | 1 | -8/+0 |
|\ \ |
|
| * | | x86: remove this_cpu_xor() implementation | Heiko Carstens | 2013-10-27 | 1 | -8/+0 |
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 104 | -964/+369 |
|\ \ \ |
|
| * | | | powerpc: add missing explicit OF includes for ppc | Rob Herring | 2013-11-11 | 6 | -0/+6 |
| * | | | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 151 | -626/+951 |
| |\ \ \ |
|
| | * | | | of/irq: Fix bug in interrupt parsing refactor. | Grant Likely | 2013-11-04 | 1 | -3/+4 |
| | * | | | arm/versatile: Fix versatile irq specifications. | Grant Likely | 2013-10-29 | 2 | -2/+2 |
| | * | | | of/irq: create interrupts-extended property | Grant Likely | 2013-10-29 | 1 | -0/+16 |
| | * | | | microblaze/pci: Drop PowerPC-ism from irq parsing | Grant Likely | 2013-10-24 | 2 | -72/+1 |
| | * | | | of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. | Grant Likely | 2013-10-24 | 4 | -54/+4 |
| | * | | | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 2013-10-24 | 5 | -20/+15 |
| | * | | | of: Add testcases for interrupt parsing | Grant Likely | 2013-10-24 | 2 | -0/+42 |
| | * | | | of/irq: Refactor interrupt-map parsing | Grant Likely | 2013-10-24 | 1 | -2/+4 |
| | * | | | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 2013-10-24 | 12 | -18/+13 |
| | * | | | of/irq: Replace of_irq with of_phandle_args | Grant Likely | 2013-10-24 | 14 | -54/+42 |
| | * | | | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 2013-10-24 | 14 | -15/+15 |
| | * | | | of: Make cpu node handling more portable. | David Miller | 2013-10-15 | 1 | -0/+53 |
| * | | | | MIPS: Netlogic: replace early_init_devtree() call | Jayachandran C | 2013-11-06 | 3 | -5/+16 |
| * | | | | of: remove empty arch prom.h headers | Rob Herring | 2013-10-10 | 6 | -58/+0 |
| * | | | | powerpc: add explicit OF includes | Rob Herring | 2013-10-10 | 32 | -4/+49 |
| * | | | | powerpc: clean-up include ordering in prom.h | Rob Herring | 2013-10-10 | 1 | -10/+7 |
| * | | | | of: move of_translate_dma_address to of_address.h | Rob Herring | 2013-10-10 | 1 | -4/+0 |
| * | | | | of: move of_address_to_resource and of_iomap declarations from sparc | Rob Herring | 2013-10-10 | 1 | -8/+0 |
| * | | | | of: remove HAVE_ARCH_DEVTREE_FIXUPS | Rob Herring | 2013-10-10 | 8 | -15/+0 |
| * | | | | of: implement of_node_to_nid as a weak function | Rob Herring | 2013-10-10 | 2 | -11/+0 |
| * | | | | of: implement pci_address_to_pio as weak function | Rob Herring | 2013-10-10 | 5 | -38/+0 |
| * | | | | x86: add necessary includes for prom.h | Rob Herring | 2013-10-10 | 1 | -0/+1 |
| * | | | | mips: add explicit includes of prom.h | Rob Herring | 2013-10-10 | 3 | -0/+4 |
| * | | | | microblaze: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 5 | -27/+5 |
| * | | | | metag: move setup_machine_fdt declaration from prom.h | Rob Herring | 2013-10-10 | 3 | -3/+1 |
| * | | | | hexagon: remove unnecessary prom.h includes | Rob Herring | 2013-10-10 | 1 | -3/+0 |
| * | | | | arc: remove unnecessary prom.h includes | Rob Herring | 2013-10-10 | 2 | -2/+0 |
| * | | | | arm64: remove unnecessary prom.h include | Rob Herring | 2013-10-10 | 1 | -1/+0 |
| * | | | | ARM: keystone: remove unnecessary prom.h include | Rob Herring | 2013-10-10 | 1 | -1/+0 |
| * | | | | mips: use common of_flat_dt_get_machine_name | Rob Herring | 2013-10-10 | 1 | -14/+1 |
| * | | | | metag: use common of_flat_dt_match_machine | Rob Herring | 2013-10-10 | 4 | -44/+22 |
| * | | | | arm64: use common of_flat_dt_get_machine_name | Rob Herring | 2013-10-10 | 1 | -10/+1 |
| * | | | | arm: use common of_flat_dt_match_machine | Rob Herring | 2013-10-10 | 1 | -22/+19 |
| * | | | | arc: use common of_flat_dt_match_machine | Rob Herring | 2013-10-10 | 3 | -62/+23 |
| * | | | | openrisc: remove unnecessary prom.c includes | Rob Herring | 2013-10-09 | 1 | -22/+0 |