aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alpha: Add irongate_io to PCI bus resourcesJay Estabrook2013-04-121-0/+5
* ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-13/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-205-18/+3
|\
| * alpha: switch to generic sigaltstackAl Viro2012-12-192-9/+2
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * new helper: current_user_stack_pointer()Al Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | UAPI: (Scripted) Disintegrate arch/alpha/include/asmDavid Howells2012-12-1754-1275/+1349
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-9/+5
|\ \
| * | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
| * | alpha: use BUG_ON where possibleSasha Levin2012-11-081-8/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-3/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-104-45/+68
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-128-103/+43
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | new helper: signal_pt_regs()Al Viro2012-11-281-0/+1
| * | | | unify default ptrace_signal_deliverAl Viro2012-11-281-3/+0
| * | | | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * | | | alpha: switch to generic fork/vfork/cloneAl Viro2012-11-284-59/+17
| * | | | get rid of pt_regs argument of ->load_binary()Al Viro2012-11-281-1/+1
| * | | | get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-281-1/+1
| * | | | alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro2012-11-281-21/+14
| * | | | alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-282-12/+8
| * | | | alpha: simplify fork and friendsAl Viro2012-11-282-19/+14
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | | |/ | | |/|
* | | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-111-0/+11
|\ \ \ \
| * | | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-111-0/+11
| |/ / /
* | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-112-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-1/+4
| * | | Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman2012-10-294-45/+68
| |\| |
| * | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-181-3/+3
|\ \ \ | |_|/ |/| |
| * | missing const in alpha callers of do_mount()Al Viro2012-10-201-3/+3
| |/
* / alpha: separate thread-synchronous flagsAl Viro2012-10-234-45/+68
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-8/+4
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-8/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-124-80/+57
|\ \
| * | alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-123-17/+2
| * | alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-112-23/+20
| * | alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-111-13/+13
| * | alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-112-17/+20
| * | alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-111-17/+9
* | | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-8/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-113-27/+21
|\| |
| * | alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2012-10-012-26/+19
| * | sanitize tsk_is_polling()Al Viro2012-10-011-0/+2
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0