summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov2015-11-231-10/+8Star
* stop_machine: Kill cpu_stop_done->executedOleg Nesterov2015-11-231-9/+3Star
* stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-4/+10
* stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-2/+4
* stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov2015-11-232-6/+17
* stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov2015-11-231-8/+3Star
* stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov2015-11-231-1/+1
* sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang2015-11-231-1/+1
* sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2015-11-232-22/+60
* sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel2015-11-231-0/+12
* sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-233-10/+12
* sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park2015-11-231-8/+41
* sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra2015-11-231-29/+24Star
* sched/wait: Document waitqueue_active()Peter Zijlstra2015-11-231-0/+30
* sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann2015-11-233-32/+1Star
* sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
* Linux 4.4-rc2Linus Torvalds2015-11-231-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-236-76/+182
|\
| * slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-226-11/+11
| * slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2015-11-221-1/+5
| * slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer2015-11-221-18/+22
| * slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer2015-11-221-30/+79
| * slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer2015-11-221-18/+67
* | Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-2311-13/+15
|\ \
| * | serial: export fsl8250_handle_irqArnd Bergmann2015-11-211-0/+1
| * | serial: 8250_mid: Add missing dependencyHeikki Krogerus2015-11-211-0/+1
| * | tty: audit: Fix audit sourcePeter Hurley2015-11-213-5/+5
| * | serial: etraxfs-uart: Fix crashGuenter Roeck2015-11-211-1/+1
| * | serial: fsl_lpuart: Fix earlycon supportPeter Hurley2015-11-211-1/+1
| * | bcm63xx_uart: Use the device name when registering an interruptSimon Arlott2015-11-211-1/+1
| * | tty: Fix direct use of tty buffer workPeter Hurley2015-11-211-1/+1
| * | tty: Fix tty_send_xchar() lock order inversionPeter Hurley2015-11-212-4/+4
* | | Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-228-64/+115
|\ \ \
| * | | Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"Glen Lee2015-11-181-23/+25
| * | | Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2015-11-187-41/+90
| |\ \ \ | | |/ / | |/| |
| | * | iio: adc: xilinx: Fix VREFN scaleThomas Betker2015-11-151-0/+1
| | * | iio: si7020: Swap data byte orderChris Lesiak2015-11-151-4/+4
| | * | iio: adc: vf610_adc: Fix division by zero errorSanchayan Maity2015-11-081-1/+2
| | * | iio:ad7793: Fix ad7785 product IDLars-Peter Clausen2015-10-251-1/+1
| | * | iio: ad5064: Fix ad5629/ad5669 shiftLars-Peter Clausen2015-10-251-26/+57
| | * | iio:ad5064: Make sure ad5064_i2c_write() returns 0 on successMichael Hennerich2015-10-251-1/+7
| | * | iio: lpc32xx_adc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-251-2/+2
| | * | staging: iio: select IRQ_WORK for IIO_DUMMY_EVGENArnd Bergmann2015-10-251-1/+2
| | * | vf610_adc: Fix internal temperature calculationBhuvanchandra DV2015-10-251-5/+14
* | | | Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-2226-112/+342
|\ \ \ \
| * | | | usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby2015-11-201-1/+1
| * | | | USB: MAINTAINERS: cxacruSimon Arlott2015-11-201-2/+1Star
| * | | | usb: kconfig: fix warning of select USB_OTGPeter Chen2015-11-202-5/+2Star
| * | | | USB: option: add XS Stick W100-2 from 4G SystemsBjørn Mork2015-11-201-0/+9
| * | | | Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-11-194-20/+82
| |\ \ \ \