| Commit message (Expand) | Author | Age | Files | Lines |
* | ia64: fix user_stack_pointer() for ptrace() | Sergei Trofimovich | 2021-04-16 | 1 | -7/+1 |
* | ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign | Sergei Trofimovich | 2021-03-30 | 1 | -1/+1 |
* | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann | 2019-07-10 | 1 | -1/+5 |
* | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2018-05-19 | 1 | -21/+4 |
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 1 | -0/+3 |
|\ |
|
| * | ia64: move exports to definitions | Al Viro | 2016-08-07 | 1 | -0/+3 |
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2016-10-14 | 1 | -4/+0 |
|\ \ |
|
| * | | libata: remove unused definitions from <asm/libata-portmap.h> | Christoph Hellwig | 2016-09-22 | 1 | -4/+0 |
* | | | ia64: implement atomic64_dec_if_positive | Vineet Gupta | 2016-10-07 | 1 | -0/+16 |
* | | | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 1 | -20/+13 |
|\ \ \ |
|
| * \ \ | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-14 | 1 | -13/+10 |
| |\ \ \ |
|
| | * | | | ia64: copy_from_user() should zero the destination on access_ok() failure | Al Viro | 2016-09-13 | 1 | -14/+11 |
| | |/ / |
|
| * | | | usercopy: fold builtin_const check into inline function | Kees Cook | 2016-09-06 | 1 | -8/+4 |
| |/ / |
|
* | | | fork: Add generic vmalloced stack support | Andy Lutomirski | 2016-08-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 1 | -3/+15 |
|\ \
| |/
|/| |
|
| * | ia64/uaccess: Enable hardened usercopy | Kees Cook | 2016-07-26 | 1 | -3/+15 |
* | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 | 1 | -10/+0 |
|\ \ |
|
| * | | rtc: cmos: remove empty asm/mc146818rtc.h files | Arnd Bergmann | 2016-06-04 | 1 | -10/+0 |
* | | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -1/+0 |
* | | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-02 | 1 | -28/+0 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-07-26 | 1 | -5/+26 |
|\ \ \ |
|
| * | | | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V | 2016-07-26 | 1 | -0/+12 |
| * | | | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V | 2016-07-26 | 1 | -5/+14 |
* | | | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2016-07-26 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'acpi-numa' | Rafael J. Wysocki | 2016-07-25 | 1 | -0/+3 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only | Robert Richter | 2016-05-30 | 1 | -0/+3 |
| | |/ |
|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 4 | -36/+131 |
|\ \ \
| |/ /
|/| | |
|
| * | | locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -16/+114 |
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 1 | -0/+4 |
| * | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 | 1 | -1/+1 |
| * | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 | 1 | -7/+0 |
| * | | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2016-06-08 | 1 | -12/+12 |
| |/ |
|
* | | Clarify naming of thread info/stack allocators | Linus Torvalds | 2016-06-24 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-05-17 | 2 | -3/+3 |
|\ |
|
| * | ia64: Fix misspellings in comments. | Adam Buchbinder | 2016-04-18 | 2 | -3/+3 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-16 | 1 | -1/+0 |
|\ \ |
|
| * | | x86/cpufeature: Remove cpu_has_x2apic | Borislav Petkov | 2016-03-31 | 1 | -1/+0 |
| |/ |
|
* | | locking/rwsem, ia64: Provide __down_write_killable() | Michal Hocko | 2016-04-13 | 1 | -3/+19 |
|/ |
|
* | [IA64] Enable preadv2 and pwritev2 syscalls for ia64 | Tony Luck | 2016-03-25 | 2 | -1/+3 |
* | ia64/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 1 | -5/+3 |
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 1 | -4/+9 |
|\ |
|
| * | mm/pkeys: Fix siginfo ABI breakage caused by new u64 field | Dave Hansen | 2016-03-05 | 1 | -1/+1 |
| * | signals, ia64, mips: Update arch-specific siginfos with pkeys field | Dave Hansen | 2016-02-18 | 1 | -4/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 2 | -10/+8 |
|\ \ |
|
| * | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 2016-03-13 | 1 | -2/+2 |
| * | | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 1 | -8/+4 |
| * | | net: Facility to report route quality of connected sockets | Tom Herbert | 2016-02-25 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-18 | 2 | -1/+2 |
|\ \ |
|
| * | | fix Christoph's email addresses | Christoph Lameter | 2016-03-17 | 1 | -1/+1 |
| * | | ia64: define ioremap_uc() | Luis R. Rodriguez | 2016-03-17 | 1 | -0/+1 |