| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | s390: remove invalid email address of Heiko Carstens | Heiko Carstens | 2022-02-06 | 1 | -2/+1 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-03-25 | 34 | -7/+1693 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | selftest/powerpc: Add PAPR sysfs attributes sniff test | Pratik R. Sampat | 2022-03-08 | 4 | -0/+117 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc: Add test for real address error handling | Ganesh Goudar | 2022-03-08 | 4 | -1/+75 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'topic/func-desc-lkdtm' into next | Michael Ellerman | 2022-03-07 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | lkdtm: Add a test for function descriptors protection | Christophe Leroy | 2022-02-16 | 1 | -0/+1 | |
| | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add interface test for mmcra register fields | Kajol Jain | 2022-03-01 | 3 | -1/+82 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr3_src fields | Kajol Jain | 2022-03-01 | 3 | -1/+70 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr2_fcs_fch fields | Madhavan Srinivasan | 2022-03-01 | 3 | -1/+87 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr2_l2l3 field | Madhavan Srinivasan | 2022-03-01 | 3 | -1/+76 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr1_comb field | Athira Rajeev | 2022-03-01 | 3 | -1/+69 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0_pmc56 using pmc5 | Athira Rajeev | 2022-03-01 | 3 | -1/+60 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0_fc56 field using pmc1 | Athira Rajeev | 2022-03-01 | 3 | -1/+61 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0_pmcjce field | Athira Rajeev | 2022-03-01 | 3 | -1/+61 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0_pmccext bit | Athira Rajeev | 2022-03-01 | 3 | -1/+61 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0_cc56run field | Athira Rajeev | 2022-03-01 | 3 | -1/+61 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu/: Add interface test for mmcr0 exception bits | Athira Rajeev | 2022-03-01 | 3 | -1/+63 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add macro to extract mmcr3 and mmcra fields | Kajol Jain | 2022-03-01 | 1 | -0/+62 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add macro to extract mmcr0/mmcr1 fields | Athira Rajeev | 2022-03-01 | 1 | -0/+64 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add macros to extract mmcr fields | Madhavan Srinivasan | 2022-03-01 | 1 | -0/+52 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add event_init_sampling function | Madhavan Srinivasan | 2022-03-01 | 2 | -1/+19 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add utility functions to post process the mmap buffer | Kajol Jain | 2022-03-01 | 2 | -0/+179 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add macros to parse event codes | Madhavan Srinivasan | 2022-03-01 | 4 | -2/+172 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Add support for perf sampling tests | Athira Rajeev | 2022-03-01 | 4 | -2/+130 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/pmu: Include mmap_buffer field as part of struct event | Athira Rajeev | 2022-02-28 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | selftests/powerpc/copyloops: Add memmove_64 test | Ritesh Harjani | 2022-02-12 | 6 | -1/+77 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2022-03-24 | 8 | -195/+383 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | tools/testing/cxl: Add a physical_node link | Dan Williams | 2022-02-08 | 1 | -2/+19 | |
| | * | | | | | | | | | | | | | | | | | | tools/testing/cxl: Enumerate mock decoders | Dan Williams | 2022-02-08 | 1 | -20/+98 | |
| | * | | | | | | | | | | | | | | | | | | tools/testing/cxl: Mock one level of switches | Dan Williams | 2022-02-08 | 1 | -41/+97 | |
| | * | | | | | | | | | | | | | | | | | | tools/testing/cxl: Fix root port to host bridge assignment | Dan Williams | 2022-02-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | tools/testing/cxl: Mock dvsec_ranges() | Dan Williams | 2022-02-08 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | | cxl/mem: Add the cxl_mem driver | Ben Widawsky | 2022-02-08 | 2 | -0/+16 | |
| | * | | | | | | | | | | | | | | | | | | cxl/memdev: Add numa_node attribute | Dan Williams | 2022-02-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | cxl/pci: Emit device serial number | Dan Williams | 2022-02-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | cxl/pci: Implement wait for media active | Ben Widawsky | 2022-02-08 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | cxl/core/port: Remove @host argument for dport + decoder enumeration | Dan Williams | 2022-02-08 | 3 | -30/+21 | |
| | * | | | | | | | | | | | | | | | | | | cxl/port: Add a driver for 'struct cxl_port' objects | Ben Widawsky | 2022-02-08 | 2 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | cxl/core/hdm: Add CXL standard decoder enumeration to the core | Dan Williams | 2022-02-08 | 4 | -0/+86 | |
| | * | | | | | | | | | | | | | | | | | | cxl/core: Generalize dport enumeration in the core | Dan Williams | 2022-02-08 | 5 | -128/+71 | |
| | * | | | | | | | | | | | | | | | | | | cxl/port: Up-level cxl_add_dport() locking requirements to the caller | Dan Williams | 2022-02-08 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | cxl/pmem: Introduce a find_cxl_root() helper | Dan Williams | 2022-02-08 | 2 | -26/+0 | |
| | * | | | | | | | | | | | | | | | | | | cxl/core/port: Rename bus.c to port.c | Dan Williams | 2022-02-08 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-24 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | linux/types.h: remove unnecessary __bitwise__ | Bjorn Helgaas | 2022-03-23 | 1 | -3/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 299 | -3793/+16411 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-23 | 2 | -7/+140 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | selftest: net: Test IPv4 PMTU exceptions with DSCP and ECN | Guillaume Nault | 2022-03-18 | 1 | -4/+137 | |
| | | * | | | | | | | | | | | | | | | | | af_unix: Support POLLPRI for OOB. | Kuniyuki Iwashima | 2022-03-18 | 1 | -3/+3 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-03-22 | 78 | -600/+4011 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
