summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: omap4-droid4: Fix WLAN compatibleSebastian Reichel2017-06-121-1/+1
* ARM: dts: omap4-droid4: Add isl29030 ALS/proximity sensorSebastian Reichel2017-06-121-0/+17
* arm: dts: am33xx: Remove redundant interrupt-parent propertySuniel Mahesh2017-06-061-6/+0
* ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device nodeRobert Nelson2017-06-061-0/+5
* ARM: dts: AM43XX: Remove min and max voltage values for dcdc3Keerthy2017-06-063-6/+0
* ARM: dts: Add am335x-boneblueRobert Nelson2017-06-062-0/+461
* ARM: dts: twl4030: Add missing madc reference for bci subnodeMarek Belisko2017-06-061-0/+2
* ARM: dts: am43xx-clocks: Add support for CLKOUT2Peter Ujfalusi2017-05-311-0/+36
* ARM: dts: Configure USB host for 37xx-evmTony Lindgren2017-05-262-0/+135
* ARM: dts: omap: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-05-2617-21/+21
* ARM: dts: Enable earlycon stdout path for LogicPD torpedoTony Lindgren2017-05-261-0/+4
* ARM: dts: Enable earlycon stdout path for duoveroTony Lindgren2017-05-261-0/+4
* arm: dts: boneblack-wireless: add WL1835 Bluetooth device nodeRicardo Salveti2017-05-261-0/+5
* ARM: dts: am571x-idk: Enable the system mailboxes 5 and 6Suman Anna2017-05-261-0/+17
* ARM: dts: am572x-idk: Enable the system mailboxes 5 and 6Suman Anna2017-05-261-0/+20
* ARM: dts: omap4-devkit8000: fix gpmc ranges propertyUwe Kleine-König2017-05-261-6/+3
* ARM: dts: omap3: Remove 'enable-active-low' propertyFabio Estevam2017-05-193-3/+0
* ARM: dts: OMAP5: uevm: add µSD card detectH. Nikolaus Schaller2017-05-161-0/+13
* ARM: dts: omap4-droid4: Add bluetoothSebastian Reichel2017-05-161-0/+20
* ARM: dts: dra7x-evm: Enable dual-role mode for USB1Roger Quadros2017-05-162-2/+4
* ARM: dts: Use - instead of @ for DT OPP entries for TI SoCsViresh Kumar2017-05-164-18/+18
* ARM: dts: am335x-phycore-som: fix rv4162 compatibleAlexandre Belloni2017-05-161-1/+1
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-137-19/+17
|\
| * um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
| * um: Set number of CPUsNikola Kotur2017-05-032-3/+5
| * um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-3/+3
|\ \
| * | Tigran has movedAndrew Morton2017-05-133-3/+3
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-131-1/+1
|\ \ \ | |/ / |/| |
| * | x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings2017-05-091-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-0333-434/+674
| |\ \ \
| * | | | perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver2017-05-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-1215-27/+63
|\ \ \ \
| * | | | x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers2017-05-091-1/+2
| * | | | x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-092-5/+20
| * | | | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott2017-05-091-0/+1
| * | | | x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang2017-05-081-0/+4
| * | | | x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-085-5/+18
| * | | | x86/boot: Declare error() as noreturnKees Cook2017-05-071-1/+3
| * | | | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke2017-05-052-1/+3
| * | | | x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He2017-05-051-6/+6
| * | | | Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar2017-05-05667-34563/+7070
| |\ \ \ \
| * | | | | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf2017-05-051-6/+6
| * | | | | Merge branch 'x86/microcode' into x86/urgent, to pick up cleanupIngo Molnar2017-05-011-2/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King2017-03-181-2/+0
* | | | | | Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-124-32/+24
|\ \ \ \ \ \