summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/memory-model: Rename litmus tests to comply to norm7Andrea Parri2018-07-1711-30/+30
* tools/memory-model/Documentation: Fix typo, smb->smpYauheni Kaliuta2018-07-171-1/+1
* sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-175-44/+49
* locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-172-37/+57
* sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-07-171-26/+21
* tools/memory-model: Add informal LKMM documentation to MAINTAINERSPaul E. McKenney2018-07-171-0/+5
* locking/atomics/Documentation: Describe atomic_set() as a write operationJonathan Neuschäfer2018-07-171-1/+1
* tools/memory-model: Make scripts executablePaul E. McKenney2018-07-172-2/+2
* tools/memory-model: Remove ACCESS_ONCE() from modelMark Rutland2018-07-171-1/+1
* tools/memory-model: Remove ACCESS_ONCE() from recipesMark Rutland2018-07-171-2/+2
* locking/memory-barriers.txt/kokr: Update Korean translation to fix broken DMA...SeongJae Park2018-07-171-11/+11
* MAINTAINERS: Add Daniel Lustig as an LKMM reviewerPalmer Dabbelt2018-07-171-0/+1
* tools/memory-model: Fix ISA2+pooncelock+pooncelock+pombonce namePaul E. McKenney2018-07-171-1/+1
* tools/memory-model: Add litmus test for full multicopy atomicityPaul E. McKenney2018-07-172-0/+41
* Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-17992-4948/+9422
|\
| * Linux 4.18-rc5v4.18-rc5Linus Torvalds2018-07-151-1/+1
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-07-154-3/+49
| |\
| | * Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson2018-07-152-0/+46
| | |\
| | | * ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controllerAdam Ford2018-07-121-0/+5
| | | * ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary coresNishanth Menon2018-07-121-0/+41
| | * | Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-07-151-1/+1
| | |\ \
| | | * | ARM: dts: armada-38x: use the new thermal bindingBaruch Siach2018-07-061-1/+1
| | * | | Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixesOlof Johansson2018-07-151-2/+2
| | |\ \ \
| | | * | | ARM: pxa: irq: fix handling of ICMR registers in suspend/resumeDaniel Mack2018-07-071-2/+2
| * | | | | Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2018-07-152-6/+6
| |\ \ \ \ \
| | * | | | | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
| | * | | | | rtc: mrst: fix error code in probe()Dan Carpenter2018-06-201-3/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-142-16/+13
| |\ \ \ \ \
| | * | | | | xen: setup pv irq ops vector earlierJuergen Gross2018-07-132-16/+12
| | * | | | | xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross2018-07-121-0/+1
| * | | | | | Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-141-2/+0
| |\ \ \ \ \ \
| | * | | | | | bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-1412-99/+133
| |\ \ \ \ \ \ \
| | * | | | | | | reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-141-60/+81
| | * | | | | | | checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-141-3/+3
| | * | | | | | | mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-142-19/+12
| | * | | | | | | mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko2018-07-141-1/+2
| | * | | | | | | fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-141-3/+2
| | * | | | | | | x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo2018-07-141-1/+1
| | * | | | | | | net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
| | * | | | | | | mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
| | * | | | | | | autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
| | * | | | | | | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2
| | * | | | | | | mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-141-1/+7
| * | | | | | | | mm: zero unavailable pages before memmap initPavel Tatashin2018-07-141-2/+2
| * | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-07-143-11/+19
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | i2c: recovery: if possible send STOP with recovery pulsesWolfram Sang2018-07-121-1/+10
| | * | | | | | | i2c: tegra: Fix NACK error handlingJon Hunter2018-07-101-9/+8
| | * | | | | | | i2c: stu300: use non-archaic spelling of failesThadeu Lima de Souza Cascardo2018-07-031-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-132-3/+2
| |\ \ \ \ \ \ \