summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-042-6/+12
| | * | | | | bpf: convert temp arrays to kvcallocAlexei Starovoitov2019-04-041-7/+7
| | * | | | | bpf: improve verification speed by not remarking live_readAlexei Starovoitov2019-04-041-0/+9
| | * | | | | bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-3/+41
| | * | | | | bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-24/+52
| | * | | | | bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-291-21/+54
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-083-5/+9
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-057-34/+70
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2727-124/+336
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-261-15/+18
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-211-1/+2
| | * | | | | | | bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer2019-03-211-0/+4
| | * | | | | | | bpf: track references based on is_acquire_funcLorenz Bauer2019-03-211-14/+12
| * | | | | | | | genetlink: make policy common to familyJohannes Berg2019-03-221-3/+25
| |/ / / / / / /
* | | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-076-10/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-285-9/+8
| * | | | | | | | audit_update_watch(): switch to const struct qstr *Al Viro2019-04-261-4/+5
| * | | | | | | | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-263-6/+6
* | | | | | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-077-58/+116
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | audit: fix a memory leak bugWenwen Wang2019-04-221-5/+7
| * | | | | | | | | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-154-5/+50
| * | | | | | | | | timekeeping: Audit clock adjustmentsOndrej Mosnacek2019-04-152-0/+13
| * | | | | | | | | audit: purge unnecessary list_empty callsRichard Guy Briggs2019-04-082-39/+27
| * | | | | | | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-202-4/+4
| * | | | | | | | | audit: Make audit_log_cap and audit_copy_inode staticYueHaibing2019-03-201-3/+5
| * | | | | | | | | audit: connect LOGIN record to its syscall recordRichard Guy Briggs2019-03-201-1/+1
| * | | | | | | | | audit: fix a memleak caused by auditing load moduleLi RongQing2019-03-181-1/+9
* | | | | | | | | | Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang2019-04-121-2/+5
| * | | | | | | | | | swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang2019-04-101-1/+2
* | | | | | | | | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-078-5/+183
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-294-0/+174
| * | | | | | | | | | | livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown2019-04-251-1/+2
| * | | | | | | | | | | cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown2019-04-251-2/+3
| * | | | | | | | | | | padata: Replace padata_attr_type default_attrs field with groupsKimberly Brown2019-04-251-1/+2
| * | | | | | | | | | | irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
* | | | | | | | | | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-073-10/+112
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner2019-05-072-6/+9
| * | | | | | | | | | | | clone: add CLONE_PIDFDChristian Brauner2019-05-071-4/+103
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | acct_on(): don't mess with freeze protectionAl Viro2019-04-041-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: switch to ->free_inode()Al Viro2019-05-011-8/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-0712-19/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-0912-19/+19
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-05-071-52/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | livepatch: Remove duplicated code for early initializationPetr Mladek2019-05-031-16/+26
| * | | | | | | | | | | | livepatch: Remove custom kobject state handlingPetr Mladek2019-05-031-39/+17
| * | | | | | | | | | | | livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek2019-04-291-3/+2
* | | | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \