summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | TTY: Report warning when low_latency flag is wrongly usedIvo Sieben2012-10-241-0/+1
| * | | | console: use might_sleep in console_lockDaniel Vetter2012-10-231-1/+2
| * | | | TTY: move tty buffers to tty_portJiri Slaby2012-10-228-63/+70
| * | | | TTY: add port -> tty linkJiri Slaby2012-10-223-0/+6
| * | | | TTY: tty_buffer, cache pointer to tty->bufJiri Slaby2012-10-221-56/+76
| * | | | TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2012-10-222-10/+13
| * | | | TTY: n_tty, propagate n_tty_dataJiri Slaby2012-10-221-93/+78
| * | | | TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-223-65/+73
| * | | | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-222-133/+137
| * | | | TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-222-26/+28
| * | | | TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-223-73/+93
| * | | | TTY: n_tty, add ldisc data to n_ttyJiri Slaby2012-10-221-1/+18
| * | | | TTY: audit, stop accessing tty->icountJiri Slaby2012-10-223-11/+13
| * | | | TTY: n_tty, remove bogus checksJiri Slaby2012-10-221-12/+0
| * | | | TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby2012-10-221-18/+13
| * | | | TTY: hci_ldisc, remove invalid check in openJiri Slaby2012-10-221-6/+1
| * | | | TTY: ldisc, wait for idle ldisc in releaseJiri Slaby2012-10-221-0/+5
| * | | | TTY: vt, fix paste_selection ldisc handlingJiri Slaby2012-10-221-7/+2
| * | | | TTY: move devpts kill to ptyJiri Slaby2012-10-222-5/+9
| * | | | TTY: devpts, document devpts inode operationsJiri Slaby2012-10-221-0/+21
| * | | | TTY: devpts, do not set driver_dataJiri Slaby2012-10-223-24/+16
| * | | | TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-223-12/+15
| * | | | TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-223-10/+8
| * | | | tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben2012-10-221-1/+4
| * | | | console: implement lockdep support for console_lockDaniel Vetter2012-10-221-0/+9
| | |/ / | |/| |
| * | | Linux 3.7-rc2v3.7-rc2Linus Torvalds2012-10-201-1/+1
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-209-45/+83
| |\ \ \
| | * | | arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
| | * | | arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
| | * | | arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-182-7/+32
| | * | | arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0
| | * | | arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas2012-10-181-0/+12
| | * | | arm64: Fix the update_vsyscall() prototypeCatalin Marinas2012-10-181-10/+10
| | * | | arm64: Select MODULES_USE_ELF_RELACatalin Marinas2012-10-181-0/+1
| | * | | arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat2012-10-161-1/+0
| | | |/ | | |/|
| * | | use clamp_t in UNAME26 fixKees Cook2012-10-191-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-199-17/+56
| |\ \ \
| | * | | perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2012-10-203-14/+15
| | * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-209-6/+44
| | |\ \ \
| | | * | | perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo2012-10-171-1/+1
| | | * | | perf tools: Fix build on sparc.David Miller2012-10-171-1/+1
| | | * | | perf python: Link with libtraceeventArnaldo Carvalho de Melo2012-10-171-0/+1
| | | * | | perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-171-0/+2
| | | * | | tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-161-0/+15
| | | * | | lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
| | | * | | perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim2012-10-161-1/+3
| | | * | | perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim2012-10-161-0/+3
| | | * | | perf tools: Fix segfault when using srcline sort keyNamhyung Kim2012-10-161-0/+3
| | | * | | perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
| | | * | | perf tool: Precise mode requires exclude_guestDavid Ahern2012-10-161-0/+3
OpenPOWER on IntegriCloud