| Commit message (Expand) | Author | Files | Lines |
2018-05-16 | bluetooth: switch to proc_create_seq_data | Christoph Hellwig | 1 | -35/+5 |
2018-05-16 | netfilter/x_tables: switch to proc_create_seq_private | Christoph Hellwig | 1 | -36/+6 |
2018-05-16 | netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data | Christoph Hellwig | 1 | -74/+18 |
2018-05-16 | neigh: switch to proc_create_seq_data | Christoph Hellwig | 1 | -25/+6 |
2018-05-16 | hostap: switch to proc_create_{seq,single}_data | Christoph Hellwig | 3 | -191/+39 |
2018-05-16 | bonding: switch to proc_create_seq_data | Christoph Hellwig | 1 | -30/+6 |
2018-05-16 | rtc/proc: switch to proc_create_single_data | Christoph Hellwig | 1 | -31/+2 |
2018-05-16 | drbd: switch to proc_create_single | Christoph Hellwig | 3 | -35/+4 |
2018-05-16 | resource: switch to proc_create_seq_data | Christoph Hellwig | 1 | -38/+5 |
2018-05-16 | staging/rtl8192u: simplify procfs code | Christoph Hellwig | 1 | -53/+14 |
2018-05-16 | jfs: simplify procfs code | Christoph Hellwig | 6 | -99/+24 |
2018-05-16 | ext4: simplify procfs code | Christoph Hellwig | 3 | -66/+14 |
2018-05-16 | afs: simplify procfs code | Christoph Hellwig | 1 | -119/+15 |
2018-05-16 | sg: simplify procfs code | Christoph Hellwig | 1 | -112/+12 |
2018-05-16 | megaraid: simplify procfs code | Christoph Hellwig | 2 | -116/+36 |
2018-05-16 | sgi-gru: simplify procfs code | Christoph Hellwig | 1 | -67/+14 |
2018-05-16 | acpi/battery: simplify procfs code | Christoph Hellwig | 1 | -95/+26 |
2018-05-16 | proc: introduce proc_create_net_single | Christoph Hellwig | 13 | -307/+86 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 57 | -939/+202 |
2018-05-16 | net: move seq_file_single_net to <linux/seq_file_net.h> | Christoph Hellwig | 2 | -12/+13 |
2018-05-16 | netfilter/x_tables: simplify ѕeq_file code | Christoph Hellwig | 1 | -28/+11 |
2018-05-16 | net/kcm: simplify proc registration | Christoph Hellwig | 1 | -54/+17 |
2018-05-16 | ipv6/flowlabel: simplify pid namespace lookup | Christoph Hellwig | 1 | -23/+6 |
2018-05-16 | ipv{4,6}/raw: simplify ѕeq_file code | Christoph Hellwig | 3 | -30/+16 |
2018-05-16 | ipv{4,6}/ping: simplify proc file creation | Christoph Hellwig | 3 | -59/+37 |
2018-05-16 | ipv{4,6}/tcp: simplify procfs registration | Christoph Hellwig | 3 | -70/+53 |
2018-05-16 | ipv{4,6}/udp{,lite}: simplify proc registration | Christoph Hellwig | 5 | -113/+78 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 85 | -1509/+235 |
2018-05-16 | proc: introduce proc_create_seq_private | Christoph Hellwig | 12 | -113/+37 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 53 | -925/+151 |
2018-05-16 | proc: add a proc_create_reg helper | Christoph Hellwig | 2 | -19/+27 |
2018-05-16 | proc: simplify proc_register calling conventions | Christoph Hellwig | 2 | -26/+20 |
2018-05-16 | proc: don't detour through seq->private to get the inode | Christoph Hellwig | 1 | -14/+6 |
2018-05-16 | proc: introduce a proc_pid_ns helper | Christoph Hellwig | 5 | -20/+19 |
2018-05-14 | net/can: single_open_net needs to be paired with single_release_net | Christoph Hellwig | 2 | -4/+4 |
2018-05-14 | Linux 4.17-rc5v4.17-rc5 | Linus Torvalds | 1 | -1/+1 |
2018-05-12 | swiotlb: silent unwanted warning "buffer is full" | Jean Delvare | 1 | -1/+1 |
2018-05-12 | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after... | Mel Gorman | 1 | -56/+1 |
2018-05-12 | rbtree: include rcu.h | Sebastian Andrzej Siewior | 2 | -0/+2 |
2018-05-12 | scripts/faddr2line: fix error when addr2line output contains discriminator | Changbin Du | 1 | -1/+4 |
2018-05-12 | ocfs2: take inode cluster lock before moving reflinked inode from orphan dir | Ashish Samant | 1 | -2/+12 |
2018-05-12 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes | 3 | -56/+71 |
2018-05-12 | mm: migrate: fix double call of radix_tree_replace_slot() | Naoya Horiguchi | 1 | -3/+1 |
2018-05-12 | proc/kcore: don't bounds check against address 0 | Laura Abbott | 1 | -7/+16 |
2018-05-12 | mm: don't show nr_indirectly_reclaimable in /proc/vmstat | Roman Gushchin | 1 | -1/+5 |
2018-05-12 | mm: sections are not offlined during memory hotremove | Pavel Tatashin | 1 | -1/+1 |
2018-05-12 | z3fold: fix reclaim lock-ups | Vitaly Wool | 1 | -12/+30 |
2018-05-12 | init: fix false positives in W+X checking | Jeffrey Hugo | 2 | -0/+12 |
2018-05-12 | lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit() | Yury Norov | 1 | -1/+6 |
2018-05-12 | KASAN: prohibit KASAN+STRUCTLEAK combination | Dmitry Vyukov | 1 | -0/+4 |