index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
pipe, sysctl: remove pipe_proc_fn()
Eric Biggers
2
-4
/
+0
2018-02-07
pipe, sysctl: drop 'min' parameter from pipe-max-size converter
Eric Biggers
1
-1
/
+1
2018-02-07
crash_dump: is_kdump_kernel can be boolean
Yaowei Bai
1
-6
/
+6
2018-02-07
kernel/mutex: mutex_is_locked can be boolean
Yaowei Bai
1
-2
/
+2
2018-02-07
kernel/module: module_is_live can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-07
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-07
kernel/cpuset: current_cpuset_is_being_rebound can be boolean
Yaowei Bai
1
-3
/
+3
2018-02-07
lib/lockref: __lockref_is_dead can be boolean
Yaowei Bai
1
-1
/
+1
2018-02-07
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
1
-2
/
+2
2018-02-07
build_bug.h: remove BUILD_BUG_ON_NULL()
Masahiro Yamada
1
-2
/
+0
2018-02-07
include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines
Masahiro Yamada
1
-11
/
+1
2018-02-07
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
1
-0
/
+5
2018-02-07
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
1
-1
/
+1
2018-02-07
<asm-generic/siginfo.h>: fix language in comments
Randy Dunlap
1
-2
/
+2
2018-02-07
kallsyms: let print_ip_sym() print raw addresses
Huacai Chen
1
-1
/
+1
2018-02-07
lib: optimize cpumask_next_and()
Clement Courbet
2
-1
/
+25
2018-02-07
include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistent
Andy Shevchenko
1
-5
/
+10
2018-02-07
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
1
-10
/
+1
2018-02-07
bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32
Yury Norov
1
-0
/
+31
2018-02-07
uuid: cleanup <uapi/linux/uuid.h>
Alexey Dobriyan
2
-1
/
+1
2018-02-07
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
Andrey Konovalov
1
-2
/
+0
2018-02-07
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
1
-2
/
+2
2018-02-07
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
1
-4
/
+5
2018-02-07
kasan: detect invalid frees for large objects
Dmitry Vyukov
1
-2
/
+2
2018-02-07
kasan: add compiler support for clang
Paul Lawrence
1
-0
/
+8
2018-02-07
netfilter: nf_tables: fix flowtable free
Pablo Neira Ayuso
1
-0
/
+2
2018-02-07
netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table
Pablo Neira Ayuso
1
-0
/
+3
2018-02-07
Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
3
-99
/
+145
2018-02-07
arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
Marc Zyngier
1
-0
/
+141
2018-02-07
arm/arm64: smccc: Make function identifiers an unsigned quantity
Marc Zyngier
1
-2
/
+4
2018-02-07
firmware/psci: Expose SMCCC version through psci_ops
Marc Zyngier
1
-0
/
+6
2018-02-07
firmware/psci: Expose PSCI conduit
Marc Zyngier
1
-0
/
+7
2018-02-07
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
1
-0
/
+5
2018-02-07
arm/arm64: KVM: Turn kvm_psci_version into a static inline
Marc Zyngier
1
-1
/
+20
2018-02-07
arm/arm64: KVM: Advertise SMCCC v1.1
Marc Zyngier
2
-1
/
+14
2018-02-07
arm/arm64: KVM: Implement PSCI 1.0 support
Marc Zyngier
1
-0
/
+3
2018-02-07
arm/arm64: KVM: Add PSCI_VERSION helper
Marc Zyngier
2
-2
/
+7
2018-02-07
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
1
-0
/
+27
2018-02-07
media: videobuf2: fix up for "media: annotate ->poll() instances"
Stephen Rothwell
1
-5
/
+5
2018-02-07
idr: Add documentation
Matthew Wilcox
1
-1
/
+15
2018-02-07
idr: Make 1-based IDRs more efficient
Matthew Wilcox
1
-29
/
+37
2018-02-07
idr: Rename idr_for_each_entry_ext
Matthew Wilcox
1
-20
/
+32
2018-02-07
idr: Remove idr_alloc_ext
Matthew Wilcox
2
-66
/
+2
2018-02-07
idr: Add idr_alloc_u32 helper
Matthew Wilcox
1
-0
/
+2
2018-02-07
idr: Delete idr_find_ext function
Matthew Wilcox
1
-6
/
+1
2018-02-07
idr: Delete idr_replace_ext function
Matthew Wilcox
1
-2
/
+1
2018-02-07
idr: Delete idr_remove_ext function
Matthew Wilcox
1
-6
/
+1
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
535
-7295
/
+23015
2018-02-06
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
58
-1232
/
+5228
2018-02-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-21
/
+34
[prev]
[next]