summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-06-08futex: fix shared futex operations on nommuj2-develRich Felker-0/+2
2016-06-08mmc: disable rescan for card changeRich Felker-2/+3
2016-06-08jcore sched_clockRich Felker-0/+11
2016-06-08ethernet/jcore_emac: add J-Core ethernet driverRich Felker-0/+1548
2016-06-08sh: do not perform IPI-based cache flush except on boards that need itRich Felker-0/+3
2016-06-08sh: add SMP support for J2Rich Felker-0/+144
2016-06-08sh: SMP support for SH2 entry.SRich Felker-0/+50
2016-06-08sh: add working futex atomic ops on userspace addresses for smpRich Felker-124/+134
2016-06-08sh: add J2 atomics using the cas.l instructionRich Felker-210/+469
2016-06-08spi: add driver for J-Core SPI controllerRich Felker-0/+220
2016-06-08sh: add device tree source for J2 FPGA on Mimas v2 boardRich Felker-0/+91
2016-06-08sh: add defconfig for J-Core J2Rich Felker-0/+38
2016-06-08clocksource: add J-Core timer/clocksource driverRich Felker-0/+291
2016-06-08irqchip: add J-Core AIC driverRich Felker-0/+102
2016-06-08sh: add AT_HWCAP flag for J-Core cas.l instructionRich Felker-0/+3
2016-06-08sh: add support for J-Core J2 processorRich Felker-5/+117
2016-06-08of: add J-Core SPI master bindingsRich Felker-0/+23
2016-06-08of: add J-Core timer bindingsRich Felker-0/+29
2016-06-08of: add J-Core interrupt controller bindingsRich Felker-0/+30
2016-06-08of: add J-Core cpu bindingsRich Felker-0/+49
2016-06-08of: add vendor prefix for J-CoreRich Felker-0/+1
2016-06-08sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREEsh-for-4.7Rich Felker-4/+4
2016-06-08sh: allow clocksource drivers to register sched_clock backendsRich Felker-0/+1
2016-06-03sh: make heartbeat driver explicitly non-modularPaul Gortmaker-29/+3
2016-06-03sh: make board-secureedge5410 explicitly non-modularPaul Gortmaker-2/+1
2016-06-03sh: make mm/asids-debugfs explicitly non-modularPaul Gortmaker-4/+1
2016-06-03sh: make time.c explicitly non-modularPaul Gortmaker-2/+1
2016-06-03sh: fix futex/robust_list on nommu modelsRich Felker-0/+1
2016-06-03sh: disable aliased page logic on NOMMU modelsRich Felker-0/+8
2016-06-03sh: make sigcontext definition consistent across fpu/nofpu modelsRich Felker-3/+0
2016-06-03sh: add support for linking a builtin device tree blob in the kernelRich Felker-3/+41
2016-06-03sh: cmpxchg: fix a bit shift bug in big_endian osPan Xinhui-1/+1
2016-05-29Linux 4.7-rc1v4.7-rc1Linus Torvalds-3/+3
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka-2/+3
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-258/+373
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds-150/+734
2016-05-28h8300: Add <asm/hash.h>George Spelvin-0/+54
2016-05-28microblaze: Add <asm/hash.h>George Spelvin-0/+82
2016-05-28m68k: Add <asm/hash.h>George Spelvin-0/+60
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin-4/+299
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin-40/+81
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin-53/+36
2016-05-28Change hash_64() return value to 32 bitsGeorge Spelvin-3/+3
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin-31/+9
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin-9/+53