| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 | 3 | -0/+6 |
* | TTY: tty_buffer, cache pointer to tty->buf | Jiri Slaby | 2012-10-22 | 1 | -56/+76 |
* | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 2012-10-22 | 2 | -10/+13 |
* | TTY: n_tty, propagate n_tty_data | Jiri Slaby | 2012-10-22 | 1 | -93/+78 |
* | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 2012-10-22 | 3 | -65/+73 |
* | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2012-10-22 | 2 | -133/+137 |
* | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2012-10-22 | 2 | -26/+28 |
* | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 | 3 | -73/+93 |
* | TTY: n_tty, add ldisc data to n_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+18 |
* | TTY: audit, stop accessing tty->icount | Jiri Slaby | 2012-10-22 | 3 | -11/+13 |
* | TTY: n_tty, remove bogus checks | Jiri Slaby | 2012-10-22 | 1 | -12/+0 |
* | TTY: n_tty, simplify read_buf+echo_buf allocation | Jiri Slaby | 2012-10-22 | 1 | -18/+13 |
* | TTY: hci_ldisc, remove invalid check in open | Jiri Slaby | 2012-10-22 | 1 | -6/+1 |
* | TTY: ldisc, wait for idle ldisc in release | Jiri Slaby | 2012-10-22 | 1 | -0/+5 |
* | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby | 2012-10-22 | 1 | -7/+2 |
* | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 | 2 | -5/+9 |
* | TTY: devpts, document devpts inode operations | Jiri Slaby | 2012-10-22 | 1 | -0/+21 |
* | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 3 | -24/+16 |
* | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 3 | -12/+15 |
* | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 3 | -10/+8 |
* | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 2012-10-22 | 1 | -1/+4 |
* | console: implement lockdep support for console_lock | Daniel Vetter | 2012-10-22 | 1 | -0/+9 |
* | Linux 3.7-rc2 | Linus Torvalds | 2012-10-20 | 1 | -1/+1 |
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 2012-10-20 | 9 | -45/+83 |
|\ |
|
| * | arm64: fix alignment padding in assembly code | Marc Zyngier | 2012-10-20 | 2 | -1/+7 |
| * | arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints | Will Deacon | 2012-10-18 | 1 | -16/+21 |
| * | arm64: ptrace: make structure padding explicit for debug registers | Will Deacon | 2012-10-18 | 2 | -7/+32 |
| * | arm64: No need to set the x0-x2 registers in start_thread() | Catalin Marinas | 2012-10-18 | 1 | -10/+0 |
| * | arm64: Ignore memory blocks below PHYS_OFFSET | Catalin Marinas | 2012-10-18 | 1 | -0/+12 |
| * | arm64: Fix the update_vsyscall() prototype | Catalin Marinas | 2012-10-18 | 1 | -10/+10 |
| * | arm64: Select MODULES_USE_ELF_RELA | Catalin Marinas | 2012-10-18 | 1 | -0/+1 |
| * | arm64: Remove duplicate inclusion of mmu_context.h in smp.c | Sachin Kamat | 2012-10-16 | 1 | -1/+0 |
* | | use clamp_t in UNAME26 fix | Kees Cook | 2012-10-19 | 1 | -1/+1 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-19 | 9 | -17/+56 |
|\ \ |
|
| * | | perf python: Properly link with libtraceevent | Arnaldo Carvalho de Melo | 2012-10-20 | 3 | -14/+15 |
| * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2012-10-20 | 9 | -6/+44 |
| |\ \ |
|
| | * | | perf hists browser: Add back callchain folding symbol | Arnaldo Carvalho de Melo | 2012-10-17 | 1 | -1/+1 |
| | * | | perf tools: Fix build on sparc. | David Miller | 2012-10-17 | 1 | -1/+1 |
| | * | | perf python: Link with libtraceevent | Arnaldo Carvalho de Melo | 2012-10-17 | 1 | -0/+1 |
| | * | | perf python: Initialize 'page_size' variable | Arnaldo Carvalho de Melo | 2012-10-17 | 1 | -0/+2 |
| | * | | tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter | Steven Rostedt | 2012-10-16 | 1 | -0/+15 |
| | * | | lib tools traceevent: Add back pevent assignment in __pevent_parse_format() | Steven Rostedt | 2012-10-16 | 1 | -3/+6 |
| | * | | perf hists browser: Fix off-by-two bug on the first column | Namhyung Kim | 2012-10-16 | 1 | -1/+3 |
| | * | | perf tools: Remove warnings on JIT samples for srcline sort key | Namhyung Kim | 2012-10-16 | 1 | -0/+3 |
| | * | | perf tools: Fix segfault when using srcline sort key | Namhyung Kim | 2012-10-16 | 1 | -0/+3 |
| | * | | perf: Require exclude_guest to use PEBS - kernel side enforcement | Peter Zijlstra | 2012-10-16 | 1 | -0/+6 |
| | * | | perf tool: Precise mode requires exclude_guest | David Ahern | 2012-10-16 | 1 | -0/+3 |
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-19 | 32 | -75/+133 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/... | Olof Johansson | 2012-10-19 | 3 | -12/+12 |
| |\ \ \ \ |
|
| | * | | | | ARM: kirkwood: fix buttons on lsxl boards | Michael Walle | 2012-10-18 | 1 | -3/+5 |