Age | Commit message (Expand) | Author |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-05 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2020-08-05 | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-05 | Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds |
2020-08-04 | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-03 | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-08-03 | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-03 | Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-03 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-08-03 | Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch | Ingo Molnar |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-01 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar |
2020-08-01 | lib/vsprintf: Force type of flags value for gfp_t | Andy Shevchenko |
2020-08-01 | lib/vsprintf: Replace custom spec to print decimals with generic one | Andy Shevchenko |
2020-08-01 | lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert() | Andy Shevchenko |
2020-07-31 | Merge branch 'linus' into locking/core, to resolve conflict | Ingo Molnar |
2020-07-31 | lib: Add zstd support to decompress | Nick Terrell |
2020-07-31 | lib: Prepare zstd for preboot environment, improve performance | Nick Terrell |
2020-07-31 | lib/mpi: Add mpi_sub_ui() | Marcelo Henrique Cerri |
2020-07-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-07-29 | random32: remove net_rand_state from the latent entropy gcc plugin | Linus Torvalds |
2020-07-29 | random32: update the net random state on interrupt and activity | Willy Tarreau |
2020-07-29 | lockdep: Add preemption enabled/disabled assertion APIs | Ahmed S. Darwish |
2020-07-28 | rhashtable: Restore RCU marking on rhash_lock_head | Herbert Xu |
2020-07-28 | Add pldmfw library for PLDM firmware update | Jacob Keller |
2020-07-28 | mm/hmm/test: use the new migration invalidation | Ralph Campbell |
2020-07-28 | mm/migrate: add a flags parameter to migrate_vma | Ralph Campbell |
2020-07-27 | locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs | peterz@infradead.org |
2020-07-27 | Revert "test_firmware: Test platform fw loading on non-EFI systems" | Greg Kroah-Hartman |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-25 | test_firmware: Test platform fw loading on non-EFI systems | Kees Cook |
2020-07-24 | dyndbg: export ddebug_exec_queries | Jim Cromie |
2020-07-24 | dyndbg: shorten our logging prefix, drop __func__ | Jim Cromie |
2020-07-24 | dyndbg: allow anchored match on format query term | Jim Cromie |
2020-07-24 | dyndbg: combine flags & mask into a struct, simplify with it | Jim Cromie |
2020-07-24 | dyndbg: accept query terms like file=bar and module=foo | Jim Cromie |
2020-07-24 | dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100' | Jim Cromie |
2020-07-24 | dyndbg: refactor parse_linerange out of ddebug_parse_query | Jim Cromie |
2020-07-24 | dyndbg: use gcc ?: to reduce word count | Jim Cromie |
2020-07-24 | dyndbg: make ddebug_tables list LIFO for add/remove_module | Jim Cromie |
2020-07-24 | dyndbg: prefer declarative init in caller, to memset in callee | Jim Cromie |