summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m32r: define CPU_BIG_ENDIANSudip Mukherjee2017-10-031-0/+4
* zram: fix null dereference of handleMinchan Kim2017-10-031-24/+12
* mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy2017-10-031-1/+1
* rapidio: remove global irq spinlocks from the subsystemIoan Nicu2017-10-034-37/+35
* mm: meminit: mark init_reserved_page as __meminitArnd Bergmann2017-10-031-1/+1
* z3fold: fix stale list handlingVitaly Wool2017-10-031-4/+2
* mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso2017-10-031-8/+5
* android: binder: drop lru lock in isolate callbackSherry Yang2017-10-033-6/+36
* mm/memcg: avoid page count check for zone deviceJérôme Glisse2017-10-031-1/+2
* mm, memcg: remove hotplug locking from try_chargeMichal Hocko2017-10-031-5/+15
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-032-0/+21
* z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool2017-10-031-1/+3
* sh: sh7269: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-031-3/+1
* sh: sh7264: remove nonexistent GPIO_PH[0-7] to fix pinctrl registrationGeert Uytterhoeven2017-10-031-3/+1
* sh: sh7757: remove nonexistent GPIO_PT[JLNQ]7_RESV to fix pinctrl registrationGeert Uytterhoeven2017-10-031-4/+4
* sh: sh7722: remove nonexistent GPIO_PTQ7 to fix pinctrl registrationGeert Uytterhoeven2017-10-031-1/+1
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-031-2/+10
* ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-031-1/+4
* include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov2017-10-031-1/+1
* scripts/spelling.txt: add more spelling mistakes to spelling.txtColin Ian King2017-10-031-0/+33
* kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2017-10-031-1/+1
* alpha: fix build failuresSudip Mukherjee2017-10-031-0/+1
* Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-6/+6
|\
| * Documentation: core-api: minor workqueue.rst cleanupsRandy Dunlap2017-09-181-6/+6
* | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-0/+8
|\ \
| * | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
* | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-3/+27
|\ \ \
| * | | percpu: fix iteration to prevent skipping over blockDennis Zhou2017-09-281-0/+4
| * | | percpu: fix starting offset for chunk statistics traversalDennis Zhou2017-09-271-1/+1
| * | | percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-09-261-2/+22
* | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-11/+15
|\ \ \ \
| * | | | ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel2017-10-021-1/+4
| * | | | ata_piix: Add Fujitsu-Siemens Lifebook S6120 to short cable IDsVille Syrjälä2017-09-181-0/+1
| * | | | ata: avoid gcc-7 warning in ata_timing_quantizeArnd Bergmann2017-09-071-10/+10
* | | | | Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-0333-145/+277
|\ \ \ \ \
| * \ \ \ \ Merge tag 'fixes-for-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-297-18/+101
| |\ \ \ \ \
| | * | | | | usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformBaolin Wang2017-09-281-0/+1
| | * | | | | usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre2017-09-281-1/+3
| | * | | | | usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-282-4/+14
| | * | | | | usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX directionYoshihiro Shimoda2017-09-281-2/+11
| | * | | | | usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipeYoshihiro Shimoda2017-09-281-2/+8
| | * | | | | usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda2017-09-281-2/+3
| | * | | | | usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda2017-09-281-1/+10
| | * | | | | usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda2017-09-281-1/+2
| | * | | | | USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern2017-09-281-2/+30
| | * | | | | USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern2017-09-281-0/+9
| | * | | | | USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern2017-09-281-4/+11
| |/ / / / /
| * | | | | USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork2017-09-251-1/+3
| * | | | | USB: devio: Don't corrupt user memoryDan Carpenter2017-09-251-1/+5
| * | | | | USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-09-251-0/+5