summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-24tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben
2012-10-24console: use might_sleep in console_lockDaniel Vetter
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: add port -> tty linkJiri Slaby
2012-10-22TTY: tty_buffer, cache pointer to tty->bufJiri Slaby
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby
2012-10-22TTY: n_tty, propagate n_tty_dataJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: n_tty, add ldisc data to n_ttyJiri Slaby
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-10-22TTY: n_tty, remove bogus checksJiri Slaby
2012-10-22TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby
2012-10-22TTY: hci_ldisc, remove invalid check in openJiri Slaby
2012-10-22TTY: ldisc, wait for idle ldisc in releaseJiri Slaby
2012-10-22TTY: vt, fix paste_selection ldisc handlingJiri Slaby
2012-10-22TTY: move devpts kill to ptyJiri Slaby
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby
2012-10-22tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben
2012-10-22console: implement lockdep support for console_lockDaniel Vetter
2012-10-20Linux 3.7-rc2Linus Torvalds
2012-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2012-10-20arm64: fix alignment padding in assembly codeMarc Zyngier
2012-10-20use clamp_t in UNAME26 fixKees Cook
2012-10-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-20perf python: Properly link with libtraceeventArnaldo Carvalho de Melo
2012-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2012-10-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-20MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/...Olof Johansson
2012-10-19MODSIGN: Cleanup .gitignoreDavid Howells
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson
2012-10-19hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki
2012-10-19Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2012-10-19Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Ming Lei
2012-10-19mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman
2012-10-19firmware/memmap: avoid type conflicts with the generic memmap_init()Fengguang Wu
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_...Axel Lin
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook