summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo2015-11-121-6/+0Star
| | * | | | | perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1
| | * | | | | perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter2015-11-121-16/+14Star
| | * | | | | tools: Add a "make all" ruleKamal Mostafa2015-11-121-0/+9
| | * | | | | tools: Actually install tmon in the install ruleKamal Mostafa2015-11-121-1/+1
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-225-15/+53
|\ \ \ \ \ \
| * | | | | | x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1Star
| * | | | | | x86/ftrace: Add comment on static function tracingNamhyung Kim2015-11-191-0/+6
| * | | | | | x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han2015-11-121-1/+0Star
| * | | | | | x86/fpu: Fix 32-bit signal frame handlingDave Hansen2015-11-121-6/+5Star
| * | | | | | x86/mpx: Fix 32-bit address space calculationDave Hansen2015-11-121-5/+17
| * | | | | | x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen2015-11-121-1/+24
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-2128-111/+283
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUGJesper Dangaard Brouer2015-11-211-1/+1
| * | | | | | slub: avoid irqoff/on in bulk allocationChristoph Lameter2015-11-211-13/+11Star
| * | | | | | slub: create new ___slab_alloc function that can be called with irqs disabledChristoph Lameter2015-11-211-15/+29
| * | | | | | mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton2015-11-211-1/+1
| * | | | | | ocfs2: fix umask ignored issueJunxiao Bi2015-11-211-0/+2
| * | | | | | PM/OPP: add entry in MAINTAINERSViresh Kumar2015-11-211-0/+12
| * | | | | | kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2015-11-211-1/+4
| * | | | | | kernel/signal.c: unexport sigsuspend()Richard Weinberger2015-11-212-2/+1Star
| * | | | | | kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin2015-11-211-0/+2
| * | | | | | fat: fix fake_offset handling on error pathOGAWA Hirofumi2015-11-211-5/+11
| * | | | | | mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz2015-11-211-33/+32Star
| * | | | | | mm/page-writeback.c: initialize m_dirty to avoid compile warningYang Shi2015-11-211-1/+3
| * | | | | | various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-2110-17/+20
| * | | | | | mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne2015-11-211-2/+2
| * | | | | | mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand2015-11-211-3/+2Star
| * | | | | | tools/vm/page-types.c: support KPF_IDLENaoya Horiguchi2015-11-211-0/+1
| * | | | | | ncpfs: don't allow negative timeoutsDan Carpenter2015-11-211-0/+2
| * | | | | | configfs: allow dynamic group creationDaniel Baluta2015-11-212-0/+120
| * | | | | | MAINTAINERS: add Moritz as reviewer for FPGA Manager FrameworkMoritz Fischer2015-11-211-0/+1
| * | | | | | slab.h: sprinkle __assume_aligned attributesRasmus Villemoes2015-11-211-17/+26
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-11-212-2/+3
|\ \ \ \ \ \ \
| * | | | | | | clocksource: Disallow drivers for ARCH_USES_GETTIMEOFFSETArnd Bergmann2015-11-161-0/+1
| * | | | | | | clocksource/fsl: Avoid harmless 64-bit warningsArnd Bergmann2015-11-161-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-212-6/+45
|\ \ \ \ \ \ \
| * | | | | | | irqchip/gic: Add save/restore of the active stateMarc Zyngier2015-11-171-0/+28
| * | | | | | | irqchip/gic: Clear enable bits before restoring themMarc Zyngier2015-11-171-2/+8
| * | | | | | | irqchip/gic: Make sure all interrupts are deactivated at bootMarc Zyngier2015-11-171-4/+9
| |/ / / / / /
* | | | | | | Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-213-1/+4
|\ \ \ \ \ \ \
| * | | | | | | MAINTAINERS: brcmnand: Add co-maintainer for Broadcom SoCsKamal Dasu2015-11-181-0/+1
| * | | | | | | MAINTAINERS: brcmnand: Add Broadcom internal mailing-listFlorian Fainelli2015-11-171-0/+1
| * | | | | | | mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1
| * | | | | | | mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris2015-11-161-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-216-2/+13
|\ \ \ \ \ \ \
| * | | | | | | i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2015-11-203-0/+8
| * | | | | | | i2c: fix wakeup irq parsingGrygorii Strashko2015-11-201-1/+1
| * | | | | | | i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen2015-11-201-2/+1Star
| * | | | | | | i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen2015-11-201-0/+3