Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "ppdev: use new parport device model" | Linus Torvalds | 2016-03-25 | 1 | -20/+5 |
* | ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler | Hidehiro Kawai | 2016-03-22 | 1 | -1/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-03-21 | 1 | -14/+18 |
|\ | |||||
| * | Merge drm-fixes into drm-next. | Dave Airlie | 2016-03-14 | 2 | -1/+23 |
| |\ | |||||
| * \ | Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queued | Daniel Vetter | 2016-02-12 | 22 | -306/+268 |
| |\ \ | |||||
| * | | | agp/intel-gtt: Only register fake agp driver for gen1 | Daniel Vetter | 2016-02-11 | 1 | -12/+12 |
| * | | | agp/intel-gtt: Don't leak the scratch page | Daniel Vetter | 2016-02-10 | 1 | -2/+6 |
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() | Dave Hansen | 2016-02-18 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | ipmi: do not probe ACPI devices if si_tryacpi is unset | Joe Lawrence | 2016-03-18 | 1 | -0/+3 |
* | | | | ipmi_si: Avoid a wrong long timeout on transaction done | Corey Minyard | 2016-03-18 | 1 | -2/+2 |
* | | | | ipmi_si: Fix module parameter doc names | Corey Minyard | 2016-03-18 | 1 | -2/+2 |
* | | | | ipmi_ssif: Fix logic around alert handling | Corey Minyard | 2016-03-18 | 1 | -9/+4 |
* | | | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-03-17 | 2 | -14/+9 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 2016-02-14 | 2 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | char: constify tty_port_operations structs | Aya Mahfouz | 2016-02-06 | 1 | -1/+1 |
| * | | | | tty: Use termios c_*flag macros | Peter Hurley | 2016-01-28 | 1 | -13/+8 |
* | | | | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-17 | 7 | -186/+241 |
|\ \ \ \ \ | |||||
| * | | | | | char: genrtc: replace blacklist with whitelist | Arnd Bergmann | 2016-03-05 | 1 | -1/+2 |
| * | | | | | drivers: char: mem: fix IS_ERROR_VALUE usage | Andrzej Hajda | 2016-03-05 | 1 | -1/+1 |
| * | | | | | char: xillybus: Fix internal data structure initialization | Eli Billauer | 2016-03-05 | 1 | -1/+3 |
| * | | | | | Merge 4.5-rc6 into char-misc-next | Greg Kroah-Hartman | 2016-03-01 | 2 | -1/+23 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | ppdev: use dev_* macros | Sudip Mukherjee | 2016-02-14 | 1 | -7/+7 |
| * | | | | | ppdev: use new parport device model | Sudip Mukherjee | 2016-02-14 | 1 | -5/+20 |
| * | | | | | ppdev: remove space before tab | Sudip Mukherjee | 2016-02-14 | 1 | -1/+1 |
| * | | | | | ppdev: fix parenthesis alignment | Sudip Mukherjee | 2016-02-14 | 1 | -13/+13 |
| * | | | | | ppdev: remove braces | Sudip Mukherjee | 2016-02-14 | 1 | -35/+22 |
| * | | | | | ppdev: add missing blank line | Sudip Mukherjee | 2016-02-14 | 1 | -0/+6 |
| * | | | | | ppdev: remove whitespace around pointers | Sudip Mukherjee | 2016-02-14 | 1 | -12/+12 |
| * | | | | | ppdev: space prohibited between function name and parenthesis | Sudip Mukherjee | 2016-02-14 | 1 | -96/+96 |
| * | | | | | Merge 4.5-rc4 into char-misc-next | Greg Kroah-Hartman | 2016-02-14 | 2 | -2/+2 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | char: nwbutton: avoid unused variable warning | Arnd Bergmann | 2016-02-09 | 1 | -3/+2 |
| * | | | | | ppdev: add support for compat ioctl | Bamvor Jian Zhang | 2016-02-08 | 1 | -0/+12 |
| * | | | | | ppdev: convert to y2038 safe | Bamvor Jian Zhang | 2016-02-08 | 1 | -20/+55 |
| * | | | | | drivers: char: raw: Removed unnecessary braces | Bhumika Goyal | 2016-02-08 | 1 | -3/+1 |
| * | | | | | char/nvram: set array of const as const | LABBE Corentin | 2016-02-08 | 1 | -6/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-03-17 | 6 | -214/+297 |
|\ \ \ \ \ | |||||
| * | | | | | tpm_tis: fix build warning with tpm_tis_resume | Jarkko Sakkinen | 2016-02-26 | 1 | -0/+2 |
| * | | | | | tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister() | Jarkko Sakkinen | 2016-02-20 | 1 | -2/+2 |
| * | | | | | tpm_crb/tis: fix: use dev_name() for /proc/iomem | Jarkko Sakkinen | 2016-02-20 | 2 | -2/+6 |
| * | | | | | tpm_eventlog.c: fix binary_bios_measurements | Harald Hoyer | 2016-02-20 | 1 | -4/+10 |
| * | | | | | tpm: fix: return rc when devm_add_action() fails | Jarkko Sakkinen | 2016-02-20 | 1 | -1/+6 |
| * | | | | | tpm: fix: set continueSession attribute for the unseal operation | Jarkko Sakkinen | 2016-02-20 | 1 | -3/+7 |
| * | | | | | tpm: fix the cleanup of struct tpm_chip | Jarkko Sakkinen | 2016-02-10 | 1 | -1/+3 |
| * | | | | | tpm: fix the rollback in tpm_chip_register() | Jarkko Sakkinen | 2016-02-10 | 1 | -5/+5 |
| * | | | | | tpm_crb: Use devm_ioremap_resource | Jason Gunthorpe | 2016-02-10 | 1 | -49/+102 |
| * | | | | | tpm_crb: Drop le32_to_cpu(ioread32(..)) | Jason Gunthorpe | 2016-02-10 | 1 | -11/+11 |
| * | | | | | tpm_tis: Clean up the force=1 module parameter | Jason Gunthorpe | 2016-02-10 | 1 | -65/+104 |
| * | | | | | tpm_tis: Use devm_ioremap_resource | Jason Gunthorpe | 2016-02-10 | 1 | -15/+18 |
| * | | | | | tpm_tis: Do not fall back to a hardcoded address for TPM2 | Jason Gunthorpe | 2016-02-10 | 1 | -30/+18 |