]> git.karo-electronics.de Git - linux-beck.git/shortlog
linux-beck.git
2016-01-27 Peter Hurleytty: Make tty_files_lock per-tty
2016-01-27 Peter Hurleytty: Remove unreferenced tty flags macro TTY_DEBUG
2016-01-27 Peter Hurleytty: Move tty_check_change() helper
2016-01-27 Peter Hurleytty: Remove declarations to non-existent functions
2016-01-27 Peter Hurleytty: Eliminate global symbol tty_ldisc_N_TTY
2016-01-27 Peter Hurleytty: Unexport system-wide tty_mutex
2016-01-27 Peter Hurleytty: Avoid unnecessary temporaries for tty->ldisc
2016-01-27 Peter Hurleytty: Document c_line == N_TTY initial condition
2016-01-27 Peter Hurleytty: Destroy ldisc instance on hangup
2016-01-27 Peter Hurleytty: Refactor tty_ldisc_reinit() for reuse
2016-01-27 Peter Hurleytty: Use 'disc' for line discipline index name
2016-01-27 Peter Hurleytty: Move tty_ldisc_kill()
2016-01-27 Peter Hurleytty: Handle NULL tty->ldisc
2016-01-27 Peter Hurleytty: Prepare for destroying line discipline on hangup
2016-01-27 Peter Hurleytty: Fix comments for tty_ldisc_release()
2016-01-27 Peter Hurleytty: Fix comments for tty_ldisc_get()
2016-01-27 Peter Hurleytty: Reset c_line from driver's init_termios
2016-01-27 Peter Hurleytty: Remove chars_in_buffer() line discipline method
2016-01-27 Peter HurleyNFC: nci: Remove dead code
2016-01-27 Peter Hurleyserial: 68328: Remove bogus ldisc reset
2016-01-27 Peter Hurleystaging: digi: Replace open-coded tty_wakeup()
2016-01-27 Peter Hurleytty: Refactor tty_open()
2016-01-27 Peter Hurleytty: Consolidate noctty checks in tty_open()
2016-01-27 Peter Hurleytty: Remove __lockfunc annotation from tty lock functions
2016-01-27 Peter Hurleypty: Remove pty_unix98_shutdown()
2016-01-27 Peter Hurleytty: Re-declare tty_driver_remove_tty() file scope
2016-01-27 Peter Hurleytty: Fix tty_init_termios() declaration
2016-01-27 Peter Hurleytty: Remove !tty check from free_tty_struct()
2016-01-27 Peter Hurleytty: Fix ldisc leak in failed tty_init_dev()
2016-01-27 Peter Hurleystaging/speakup: Use tty_ldisc_ref() for paste kworker
2016-01-27 Peter Hurleyn_tty: Fix unsafe reference to "other" ldisc
2016-01-27 Peter Hurleytty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
2016-01-27 Peter Hurleytty: Retry failed reopen if tty teardown in-progress
2016-01-27 Peter Hurleytty: Wait interruptibly for tty lock on reopen
2016-01-24 Linus TorvaldsLinux 4.5-rc1
2016-01-24 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-01-24 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.5-2' of git://git...
2016-01-24 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2016-01-24 Linus TorvaldsMerge tag 'for-linus-4.5-merge-window' of git://git...
2016-01-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-01-24 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-01-24 Josh Boyerideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill...
2016-01-24 Souvik Kumar... MAINTAINERS: Combine multiple telemetry entries
2016-01-24 Souvik Kumar... intel_telemetry_debugfs: Fix unused warnings in telemet...
2016-01-24 Christoph Lametervmstat: Remove BUG_ON from vmstat_update
2016-01-24 Ralf BaechleMerge branch '4.4-fixes' into mips-for-linux-next
2016-01-24 Alban BedelMIPS: zboot: Add support for serial debug using the...
2016-01-24 Alban BedelMIPS: zboot: Avoid useless rebuilds
2016-01-24 Florian FainelliMIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB
2016-01-24 Simon ArlottMIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_p...
2016-01-24 Simon ArlottMIPS: bcm963xx: Update bcm_tag field image_sequence
2016-01-24 Simon ArlottMIPS: bcm963xx: Move extended flash address to bcm_tag...
2016-01-24 Simon ArlottMIPS: bcm963xx: Move Broadcom BCM963xx image tag data...
2016-01-24 Simon ArlottMIPS: bcm63xx: nvram: Use nvram structure definition...
2016-01-24 Simon ArlottMIPS: bcm963xx: Add Broadcom BCM963xx board nvram data...
2016-01-24 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2016-01-24 James HoganMAINTAINERS: Add KVM for MIPS entry
2016-01-24 James HoganMIPS: KVM: Add missing newline to kvm_err()
2016-01-24 James HoganMIPS: Move KVM specific opcodes into asm/inst.h
2016-01-24 James HoganMIPS: KVM: Use cacheops.h definitions
2016-01-24 James HoganMIPS: Break down cacheops.h definitions
2016-01-24 James HoganMIPS: Use EXCCODE_ constants with set_except_vector()
2016-01-24 James HoganMIPS: Update trap codes
2016-01-24 James HoganMIPS: Move Cause.ExcCode trap codes to mipsregs.h
2016-01-24 James HoganMIPS: KVM: Make kvm_mips_{init,exit}() static
2016-01-24 James HoganMIPS: KVM: Refactor added offsetof()s
2016-01-24 James HoganMIPS: KVM: Convert EXPORT_SYMBOL to _GPL
2016-01-24 James HoganMIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()
2016-01-24 James HoganMIPS: Move definition of DC bit to mipsregs.h
2016-01-24 James HoganMIPS: KVM: Drop some unused definitions from kvm_host.h
2016-01-24 James HoganMIPS: KVM: Trivial whitespace and style fixes
2016-01-24 Joshua HendersonMIPS: pic32mzda: Add initial PIC32MZDA Starter Kit...
2016-01-24 Joshua HendersonMIPS: dts: Add initial DTS for the PIC32MZDA Starter Kit
2016-01-24 Joshua HendersonMIPS: Add support for PIC32MZDA platform
2016-01-24 Joshua Hendersondt/bindings: Add bindings for PIC32/MZDA platforms
2016-01-24 Cristian BirsanIRQCHIP: irq-pic32-evic: Add support for PIC32 interrup...
2016-01-24 Cristian Birsandt/bindings: Add bindings for PIC32 interrupt controller
2016-01-24 Álvaro Fernández... MIPS: bmips: Improve BCM6368 device tree
2016-01-24 Álvaro Fernández... MIPS: bmips: Improve BCM6328 device tree
2016-01-24 James HoganMIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]
2016-01-24 Linus WalleijMIPS: TXx9: iocled: Be sure to clamp return value
2016-01-24 Linus WalleijMIPS: RB532: Be sure to clamp return value
2016-01-24 Linus WalleijMIPS: TXx9: Be sure to clamp return value
2016-01-24 Linus WalleijMIPS: ar7: Be sure to clamp return value
2016-01-24 Linus WalleijMIPS: Alchemy: Be sure to clamp return value
2016-01-24 Jaedon ShinMIPS: Fix macro typo
2016-01-24 Matt RedfearnMIPS: smp-cps: Ensure secondary cores start with EVA...
2016-01-24 Maciej W. RozyckiMIPS: io.h: Define `ioremap_cache'
2016-01-24 Maciej W. RozyckiMIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutter
2016-01-24 Maciej W. RozyckiMIPS: inst.h: Fix some instruction descriptions
2016-01-24 Maciej W. RozyckiMIPS: math-emu: dsemul: Correct description of the...
2016-01-24 Maciej W. RozyckiMIPS: math-emu: Correct the emulation of microMIPS...
2016-01-24 Maciej W. RozyckiMIPS: math-emu: Make microMIPS branch delay slot emulat...
2016-01-24 Maciej W. RozyckiMIPS: math-emu: dsemul: Fix ill formatting of microMIPS...
2016-01-24 Maciej W. RozyckiMIPS: math-emu: Correctly handle NOP emulation
2016-01-24 Huacai ChenMIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
2016-01-24 Huacai ChenMIPS: sync-r4k: reduce skew while synchronization
2016-01-24 Linus TorvaldsMerge tag 'ntb-4.5' of git://github.com/jonmason/ntb
2016-01-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-01-23 Linus TorvaldsMerge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org...
next