| Commit message (Expand) | Author | Age | Files | Lines |
* | avr32: remove support for AVR32 architecture | Hans-Christian Noren Egtvedt | 2017-05-01 | 23 | -4970/+0 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 3 | -3/+3 |
* | avr32: wire up pkey syscalls | Hans-Christian Noren Egtvedt | 2016-12-12 | 1 | -0/+3 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-08 | 1 | -0/+1 |
|\ |
|
| * | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 1 | -0/+1 |
* | | avr32: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-10-03 | 1 | -1/+2 |
|/ |
|
* | avr32: fix copy_from_user() | Al Viro | 2016-09-13 | 1 | -1/+1 |
* | avr32: fixup code style in unistd.h and syscall_table.S | Hans-Christian Noren Egtvedt | 2016-07-29 | 1 | -332/+332 |
* | avr32: wire up preadv2 and pwritev2 syscalls | Hans-Christian Noren Egtvedt | 2016-07-29 | 2 | -0/+20 |
* | exit_thread: accept a task parameter to be exited | Jiri Slaby | 2016-05-21 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2016-03-16 | 2 | -0/+10 |
|\ |
|
| * | avr32: wire up copy_file_range syscall | Hans-Christian Egtvedt | 2016-03-14 | 2 | -0/+10 |
* | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 2016-01-30 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2016-01-18 | 1 | -0/+4 |
|\ |
|
| * | avr32: wire up missing syscalls | Hans-Christian Egtvedt | 2016-01-11 | 1 | -0/+3 |
| * | avr32: wire up accept4 syscall | Mans Rullgard | 2016-01-11 | 1 | -0/+1 |
* | | module: use a structure to encapsulate layout. | Rusty Russell | 2015-12-04 | 1 | -6/+6 |
|/ |
|
* | AVR32/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-07-20 | 1 | -32/+33 |
* | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 1 | -1/+0 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 2 | -2/+1 |
* | avr32: wire up missing syscalls | Hans-Christian Egtvedt | 2015-02-09 | 2 | -0/+73 |
* | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell | 2015-01-20 | 1 | -12/+1 |
* | avr32: Replace __get_cpu_var with __this_cpu_write | Christoph Lameter | 2014-08-26 | 1 | -1/+1 |
* | avr32: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -6/+3 |
* | avr32: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -25/+18 |
* | avr32: replace simple_strtoul() with kstrtoul() | Ramkumar Ramachandra | 2014-04-01 | 1 | -22/+26 |
* | avr32: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-12-10 | 1 | -1/+1 |
* | avr32: fix out-of-range jump in large kernels | Andreas Bießmann | 2013-11-20 | 1 | -1/+2 |
* | avr32: setup crt for early panic() | Andreas Bießmann | 2013-11-20 | 1 | -20/+0 |
* | avr32: cast syscall_return to silence compiler warning | Gabor Juhos | 2013-09-30 | 1 | -1/+1 |
* | avr32: fix clockevents kernel warning | Gabor Juhos | 2013-09-30 | 1 | -1/+8 |
* | avr32: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-04 | 2 | -3/+3 |
* | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 2013-06-19 | 1 | -1/+1 |
* | avr32: fix relocation check for signed 18-bit offset | Hans-Christian Egtvedt | 2013-05-13 | 1 | -1/+1 |
* | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-05-01 | 1 | -3/+2 |
* | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-05-01 | 1 | -8/+0 |
* | avr32: Use generic idle loop | Thomas Gleixner | 2013-04-08 | 2 | -13/+9 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+1 |
* | | avr32: switch to generic sigaltstack | Al Viro | 2013-02-04 | 3 | -20/+3 |
|/ |
|
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-29 | 1 | -1/+1 |
* | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers | Al Viro | 2012-11-29 | 3 | -47/+8 |
* | avr32: switch to generic sys_execve() | Al Viro | 2012-10-15 | 3 | -28/+1 |
* | avr32: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-15 | 4 | -81/+26 |
* | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-13 | 1 | -2/+2 |