summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-301-1/+2
* sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-301-21/+19
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-301-1/+16
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-30901-6987/+9391
|\
| * sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-281-0/+3
| * sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich2015-01-281-1/+1
| * Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2015-01-279-98/+94
| |\
| | * drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin2015-01-261-0/+1
| | * printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar2015-01-261-3/+12
| | * mm/vmscan: fix highidx argument typeMichael S. Tsirkin2015-01-261-1/+1
| | * memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-01-261-2/+2
| | * x86, build: replace Perl script with Shell scriptKees Cook2015-01-263-40/+43
| | * mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2015-01-262-52/+35
| * | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-271-1/+1
| |\ \
| | * | cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner2015-01-221-1/+1
| * | | Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-01-263-5/+43
| |\ \ \
| | * \ \ Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linusMark Brown2015-01-162-4/+40
| | |\ \ \
| | | * | | regulator: s2mps11: Fix wrong calculation of register offsetJonghwa Lee2015-01-082-4/+40
| | | |/ /
| | * | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2015-01-161-1/+3
| | |\ \ \
| | | * | | regulator: core: fix race condition in regulator_put()Ashay Jaiswal2015-01-081-1/+3
| | | |/ /
| * | | | Merge tag 'spi-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2015-01-264-6/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa...Mark Brown2015-01-264-6/+5
| | |\ \ \ \ \
| | | | | * | | spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg2014-12-291-1/+1
| | | | | | |/ | | | | | |/|
| | | | * / | spi: sh-msiof: fix MDR1_FLD_MASK valueYoshihiro Shimoda2015-01-061-1/+1
| | | | |/ /
| | | * | | spi: dw: amend warning messageAndy Shevchenko2015-01-071-1/+1
| | | * | | spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-01-051-1/+0
| | | * | | spi: dw: Fix detecting FIFO depthAxel Lin2015-01-051-2/+2
| | | |/ /
| * | | | Linux 3.19-rc6v3.19-rc6Linus Torvalds2015-01-261-1/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-2616-77/+106
| |\ \ \ \
| | * | | | x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers2015-01-231-1/+1
| | * | | | x86/apic: Re-enable PCI_MSI support for non-SMP X86_32Bryan O'Donoghue2015-01-231-1/+5
| | * | | | x86, mm: Change cachemode exports to non-gplJuergen Gross2015-01-221-2/+2
| | * | | | x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-01-222-2/+36
| | * | | | x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-01-221-7/+2
| | * | | | x86, mpx: Strictly enforce empty prctl() argsDave Hansen2015-01-221-0/+4
| | * | | | x86, mpx: Fix potential performance issue on unmapsDave Hansen2015-01-221-1/+19
| | * | | | x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen2015-01-221-0/+6
| | * | | | x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan2015-01-201-0/+1
| | * | | | x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross2015-01-201-1/+6
| | * | | | x86, irq: Properly tag virtualization entry in /proc/interruptsJan Beulich2015-01-201-1/+1
| | * | | | x86, boot: Skip relocs when load address unchangedKees Cook2015-01-201-1/+8
| | * | | | x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2015-01-202-0/+3
| | * | | | ACPI: pci: Do not clear pci_dev->irq in acpi_pci_irq_disable()Jiang Liu2015-01-201-1/+0
| | * | | | x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu2015-01-202-60/+13
| | |/ / /
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-265-11/+27
| |\ \ \ \
| | * \ \ \ Merge tag 'irqchip-urgent-3.19' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2015-01-128556-228726/+341572
| | |\ \ \ \
| | | * | | | irqchip: atmel-aic-common: Prevent clobbering of priority when changing IRQ typeGavin Li2015-01-071-2/+2
| | | * | | | irqchip: omap-intc: Fix legacy DMA regressionFelipe Balbi2015-01-071-5/+21
| | | * | | | irqchip: gic-v3-its: Fix use of max with decimal constantWill Deacon2015-01-071-1/+1
| | | * | | | irqchip: hip04: Initialize hip04_cpu_map to 0xffffWang Long2015-01-071-1/+1