summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-01-306-22/+76
|\
| * Documentation: Fix 'file_mapped' -> 'mapped_file'Florian Schmidt2018-01-301-2/+2
| * string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-192-4/+4
| * Merge branch 'for-4.15-fixes' into for-4.16Tejun Heo2018-01-192-12/+15
| |\
| * | cgroup, docs: document the root cgroup behavior of cpu and io controllersMaciej S. Szmigiero2018-01-161-1/+35
| * | cgroup-v2.txt: fix typosVladimir Rutsky2018-01-021-4/+4
| * | cgroup: Update documentation referenceMatt Roper2018-01-021-1/+1
| * | Documentation/cgroup-v1: fix outdated programming detailsMatt Roper2018-01-021-6/+1
| * | cgroup, docs: document cgroup v2 device controllerRoman Gushchin2017-12-131-4/+29
* | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2018-01-301-3/+3
|\ \ \
| * | | percpu: percpu_counter_initialized can be booleanguoyayun2017-12-151-3/+3
* | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-01-3012-470/+221
|\ \ \ \
| * | | | ata: pata_pdc2027x: Replace mdelay with msleepJia-Ju Bai2018-01-251-2/+2
| * | | | ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_commandJia-Ju Bai2018-01-251-1/+1
| * | | | ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai2018-01-251-1/+1
| * | | | ata: remove pata_at32Corentin Labbe2018-01-183-410/+0
| * | | | phy: brcm-sata: remove unused variableArnd Bergmann2018-01-181-1/+0
| * | | | phy: brcm-sata: fix semicolon.cocci warningsFengguang Wu2018-01-171-1/+1
| * | | | ata: ahci_brcm: Recover from failures to identify devicesFlorian Fainelli2018-01-171-8/+87
| * | | | phy: brcm-sata: Implement calibrate callbackFlorian Fainelli2018-01-171-0/+32
| * | | | ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg2018-01-111-0/+1
| * | | | ata_piix: constify pci_bitsArvind Yadav2018-01-081-1/+1
| * | | | libata:pata_atiixp: Don't use unconnected secondary port on SB600Darren Stevens2018-01-081-0/+4
| * | | | ata: ahci_brcm: Avoid clobbering SATA_TOP_CTRL_BUS_CTRLFlorian Fainelli2018-01-021-10/+15
| * | | | ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede2017-12-113-41/+78
| * | | | ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede2017-12-111-0/+4
| * | | | ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede2017-12-111-16/+16
* | | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-01-301-24/+40
|\ \ \ \ \
| * | | | | workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo2018-01-081-2/+8
| * | | | | workqueue: separate out init_rescuer()Tejun Heo2018-01-081-23/+33
* | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-303-6/+3
|\ \ \ \ \ \
| * | | | | | fix typo in assignment of fs default overflow gidWolffhardt Schwabe2017-12-141-1/+1
| * | | | | | autofs4: Modify autofs_wait to use current_uid() and current_gid()Eric W. Biederman2017-11-301-2/+2
| * | | | | | userns: Don't fail follow_automount based on s_user_nsEric W. Biederman2017-11-301-3/+0
* | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-3076-1808/+855
|\ \ \ \ \ \ \
| * | | | | | | signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman2018-01-231-9/+6
| * | | | | | | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-2310-32/+25
| * | | | | | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-226-23/+25
| * | | | | | | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-223-10/+10
| * | | | | | | signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-222-0/+67
| * | | | | | | signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-222-0/+67
| * | | | | | | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-224-5/+5
| * | | | | | | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-229-60/+89
| * | | | | | | signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman2018-01-221-15/+12
| * | | | | | | ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman2018-01-161-2/+2
| * | | | | | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-1516-516/+96
| * | | | | | | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-152-3/+2
| * | | | | | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-1511-178/+82
| * | | | | | | signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDEDEric W. Biederman2018-01-151-2/+0
| * | | | | | | signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-153-37/+33