Age | Commit message (Expand) | Author |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-12-26 | Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-12-23 | treewide: add intermediate .s files to targets | Masahiro Yamada |
2018-12-23 | treewide: remove explicit rules for *offsets.s | Masahiro Yamada |
2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig |
2018-12-13 | dma-direct: merge swiotlb_dma_ops into the dma_direct code | Christoph Hellwig |
2018-12-13 | swiotlb: remove dma_mark_clean | Christoph Hellwig |
2018-11-26 | ia64: export node_distance function | Matias Bjørling |
2018-11-13 | ia64: generate uapi header and system call table files | Firoz Khan |
2018-11-13 | ia64: add system call table generation support | Firoz Khan |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport |
2018-10-31 | kernel/signal.c: fix a comment error | Weikang Shi |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-09-27 | signal/ia64: Use force_sig_fault where appropriate | Eric W. Biederman |
2018-09-27 | signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn | Eric W. Biederman |
2018-09-27 | signal/ia64: Use the generic force_sigsegv in setup_frame | Eric W. Biederman |
2018-09-17 | intel-iommu: mark intel_dma_ops static | Christoph Hellwig |
2018-09-17 | ia64: remove machvec_dma_sync_{single,sg} | Christoph Hellwig |
2018-09-17 | ia64: remove the unused iommu_dma_init function | Christoph Hellwig |
2018-09-17 | ia64: remove the unused pci_iommu_shutdown function | Christoph Hellwig |
2018-09-17 | ia64: remove the unused bad_dma_address symbol | Christoph Hellwig |
2018-09-17 | ia64: remove iommu_dma_supported | Christoph Hellwig |
2018-09-17 | ia64: remove the dead iommu_sac_force variable | Christoph Hellwig |
2018-09-17 | ia64: remove the kern_mem_attribute export | Christoph Hellwig |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-08-20 | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-07-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2018-07-23 | ia64: switch to NO_BOOTMEM | Mike Rapoport |
2018-07-21 | mm: make vm_area_alloc() initialize core fields | Linus Torvalds |
2018-07-21 | mm: use helper functions for allocating and freeing vm_area structs | Linus Torvalds |
2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman |
2018-07-21 | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman |
2018-07-21 | pids: Compute task_tgid using signal->leader_pid | Eric W. Biederman |
2018-06-21 | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe | Masami Hiramatsu |
2018-06-21 | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes code | Masami Hiramatsu |
2018-06-21 | ia64/kprobes: Remove jprobe implementation | Masami Hiramatsu |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-04 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig |
2018-04-25 | signal/ia64: Replace FPE_FIXME with FPE_FLTUNK | Eric W. Biederman |