summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand2016-11-074-43/+52
* arm64: dump: Add checking for writable and exectuable pagesLaura Abbott2016-11-074-0/+94
* arm64: dump: Remove max_addrLaura Abbott2016-11-071-1/+0
* arm64: dump: Make the page table dumping seq_file optionalLaura Abbott2016-11-071-7/+19
* arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-076-31/+54
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2016-11-071-4/+30
* arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel2016-11-073-21/+21
* arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel2016-11-071-27/+43
* arm64: Remove pointless WARN_ON in DMA teardownRobin Murphy2016-11-071-5/+0
* arm64/kprobes: Tidy up sign-extension usageRobin Murphy2016-11-071-9/+7
* arm64: add sysfs cpu_capacity attributeJuri Lelli2016-11-071-0/+64
* arm64: parse cpu capacity-dmips-mhz from DTJuri Lelli2016-11-071-1/+158
* Documentation: arm: define DT cpu capacity-dmips-mhz bindingsJuri Lelli2016-11-072-0/+246
* Linux 4.9-rc4v4.9-rc4Linus Torvalds2016-11-051-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\
| * i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
|\ \ \
| | * | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * | | sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
| * | | sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
| |/ /
* | | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \ \
| * | | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
| * | | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * | | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * | | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
| * | | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
| * | | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
| * | | RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
| * | | RAID1: ignore discard errorShaohua Li2016-10-241-2/+5
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-053-17/+6
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-273-17/+6
| |\ \ \ \
| | * | | | scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-261-9/+0
| | * | | | scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-261-0/+1
| | * | | | scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-241-8/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-11-052-3/+10
|\ \ \ \ \ \
| * | | | | | Input: psmouse - cleanup Focaltech codeDmitry Tunin2016-10-241-3/+3
| * | | | | | Input: i8042 - add XMG C504 to keyboard reset tablePatrick Scheuring2016-10-191-0/+7
* | | | | | | Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds2016-11-051-20/+39
|\ \ \ \ \ \ \
| * | | | | | | firewire: net: fix fragmented datagram_size off-by-oneStefan Richter2016-11-031-4/+4
| * | | | | | | firewire: net: guard against rx buffer overflowsStefan Richter2016-11-031-16/+35
* | | | | | | | Merge tag 'media/v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-11-0525-499/+919
|\ \ \ \ \ \ \ \
| * | | | | | | | [media] radio-bcm2048: don't ignore errorsMauro Carvalho Chehab2016-10-171-0/+2
| * | | | | | | | [media] pctv452e: fix semicolon.cocci warningskbuild test robot2016-10-141-1/+1
| * | | | | | | | [media] flexcop-usb: don't use stack for DMAMauro Carvalho Chehab2016-10-142-37/+72
| * | | | | | | | [media] stk-webcam: don't use stack for DMAMauro Carvalho Chehab2016-10-141-5/+11
| * | | | | | | | [media] s2255drv: don't use stack for DMAMauro Carvalho Chehab2016-10-141-2/+13
| * | | | | | | | [media] cpia2_usb: don't use stack for DMAMauro Carvalho Chehab2016-10-141-4/+30
| * | | | | | | | [media] digitv: handle error code on RC queryMauro Carvalho Chehab2016-10-141-4/+6
| * | | | | | | | [media] dw2102: return error if su3000_power_ctrl() failsMauro Carvalho Chehab2016-10-141-1/+1
| * | | | | | | | [media] nova-t-usb2: handle error code on RC queryMauro Carvalho Chehab2016-10-141-3/+6