Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 58 | -277/+3256 |
2016-03-18 | Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 202 | -4360/+12770 |
2016-03-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 90 | -1973/+3618 |
2016-03-18 | USB: uas: Reduce can_queue to MAX_CMNDS | Hans de Goede | 1 | -1/+1 |
2016-03-18 | USB: cdc-acm: more sanity checking | Oliver Neukum | 1 | -0/+3 |
2016-03-18 | USB: usb_driver_claim_interface: add sanity checking | Oliver Neukum | 1 | -1/+5 |
2016-03-18 | usb/core: usb_alloc_dev(): fix setting of ->portnum | Nicolai Stange | 1 | -2/+3 |
2016-03-18 | USB: iowarrior: fix oops with malicious USB descriptors | Josh Boyer | 1 | -0/+6 |
2016-03-18 | of: Add vendor prefix for eGalax_eMPIA Technology Inc | Fabio Estevam | 1 | -0/+1 |
2016-03-18 | ipmi: do not probe ACPI devices if si_tryacpi is unset | Joe Lawrence | 1 | -0/+3 |
2016-03-18 | ipmi_si: Avoid a wrong long timeout on transaction done | Corey Minyard | 1 | -2/+2 |
2016-03-18 | ipmi_si: Fix module parameter doc names | Corey Minyard | 1 | -2/+2 |
2016-03-18 | ipmi_ssif: Fix logic around alert handling | Corey Minyard | 1 | -9/+4 |
2016-03-17 | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 895 | -45222/+36024 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 67 | -523/+9387 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -96/+113 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 17 | -23/+22 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 19 | -630/+1422 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 169 | -2663/+4405 |
2016-03-17 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 20 | -3692/+7 |
2016-03-17 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 106 | -900/+3128 |
2016-03-17 | Merge tag 'linux-kselftest-4.6-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -1/+362 |
2016-03-17 | qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface | Schemmel Hans-Christoph | 1 | -0/+3 |
2016-03-17 | tcp/dccp: remove obsolete WARN_ON() in icmp handlers | Eric Dumazet | 2 | -4/+0 |
2016-03-17 | vlan: propagate gso_max_segs | Eric Dumazet | 4 | -0/+6 |
2016-03-17 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -3/+3 |
2016-03-17 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -79/+46 |
2016-03-17 | Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 1 | -12/+62 |
2016-03-17 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 29 | -1518/+1149 |
2016-03-17 | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 18 | -637/+291 |
2016-03-17 | sscanf: implement basic character sets | Jessica Yu | 1 | -1/+58 |
2016-03-17 | lib/bug.c: use common WARN helper | Josh Poimboeuf | 3 | -39/+34 |
2016-03-17 | param: convert some "on"/"off" users to strtobool | Kees Cook | 8 | -53/+15 |
2016-03-17 | lib: add "on"/"off" support to kstrtobool | Kees Cook | 1 | -3/+17 |
2016-03-17 | lib: update single-char callers of strtobool() | Kees Cook | 5 | -54/+24 |
2016-03-17 | lib: move strtobool() to kstrtobool() | Kees Cook | 4 | -30/+57 |
2016-03-17 | include/linux/unaligned: force inlining of byteswap operations | Denys Vlasenko | 1 | -12/+12 |
2016-03-17 | include/uapi/linux/byteorder, swab: force inlining of some byteswap operations | Denys Vlasenko | 3 | -29/+29 |
2016-03-17 | include/asm-generic/atomic-long.h: force inlining of some atomic_long operations | Denys Vlasenko | 1 | -3/+3 |
2016-03-17 | usb: common: convert to use match_string() helper | Heikki Krogerus | 1 | -14/+8 |
2016-03-17 | ide: hpt366: convert to use match_string() helper | Andy Shevchenko | 1 | -7/+2 |
2016-03-17 | ata: hpt366: convert to use match_string() helper | Andy Shevchenko | 1 | -8/+5 |
2016-03-17 | power: ab8500: convert to use match_string() helper | Andy Shevchenko | 4 | -40/+20 |
2016-03-17 | power: charger_manager: convert to use match_string() helper | Andy Shevchenko | 1 | -23/+4 |
2016-03-17 | drm/edid: convert to use match_string() helper | Andy Shevchenko | 1 | -11/+6 |
2016-03-17 | pinctrl: convert to use match_string() helper | Andy Shevchenko | 1 | -10/+3 |
2016-03-17 | device property: convert to use match_string() helper | Andy Shevchenko | 1 | -8/+4 |
2016-03-17 | lib/string: introduce match_string() helper | Andy Shevchenko | 2 | -0/+28 |
2016-03-17 | radix-tree tests: add test for radix_tree_iter_next | Konstantin Khlebnikov | 1 | -8/+39 |
2016-03-17 | radix-tree tests: add regression3 test | Konstantin Khlebnikov | 5 | -1/+90 |