pub/scm/linux/kernel/git/jikos/jikos.git  about / heads / tags
Unstable in-progress stuff
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  mm-slab-raw-list-lock mm/slab: Annotate kmem_cache_node->list_lock as raw (2022-10-21)
* master       Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesktop.org/drm/drm (2022-10-20)
  nmi-dazed    x86/nmi: Remove the 'strange power saving mode' hint from unknown NMI handler (2022-03-14)
  drm-spinlock-mac80211-rcu rtw78: fix RCU usage in rtw89_core_txq_push() (2022-02-15)
  steelseries-headset-battery HID: steelseries: add battery reporting for Arctis7 (2022-01-11)
  kasan-report kasan: distinguish kasan report with generic BUG() (2021-11-24)
  for-5.16/mvm-wiphy-lock kasan: distinguish kasan report with generic BUG() (2021-11-24)
  amdgpu-fixes drm/amdgpu: Fix resource leak on probe error path (2021-06-24)
  5.12-bluetooth-deadlock Bluetooth: avoid deadlock between hci_dev->lock and socket lock (2021-03-16)
  iwlwifi-5.12-rc-fixes iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() (2021-03-02)
  floppy-nonblock-refix floppy: reintroduce O_NDELAY fix (2021-01-21)
  mq-fix-floppy block/floppy: fix contended case in floppy_queue_rq() (2020-05-26)
  nosmt-hibernation-triplefault x86/power: Fix 'nosmt' vs. hibernation triple fault during resume (2019-05-30)
  vmalloc-nmi  x86/mm: Remove in_nmi() warning from 64bit implementation of vmalloc_fault() (2019-04-24)
  iwlwifi-mvm-lock iwlwifi: make locking in iwl_mvm_tx_mpdu() BH-safe (2019-04-15)
  pagecache-sidechannel-v3 mm/mincore: make mincore() more conservative (2019-03-08)
  pagecache-sidechannel-v2 mm/mincore: provide mapped status when cached status is not allowed (2019-01-30)
  pagecache-sidechannel mm/filemap: initiate readahead even if IOCB_NOWAIT is set for the I/O (2019-01-16)
  skb-recv-udp-export udp: Unbreak modules that rely on external __skb_recv_udp() availability (2018-10-04)
  ibpb-stibp   x86/speculation: Propagate information about RSB filling mitigation to sysfs (2018-09-25)
  audit-optimization audit: set TIF_AUDIT_SYSCALL only if audit filter has been populated (2018-03-07)
  closerange   FIXMEs: (2018-03-01)
  might-rebase/net-sched-qdiscs net: sched: make default fifo qdiscs appear in the dump (2017-03-08)
  might-rebase/x86-fix-non-popcnt-hweight x86/hweight: fix open-coded versions of 32bit and 64bit hweight calculations (2016-08-08)
  might-rebase/dump-devmem-err /dev/mem: remove superfluous error (2016-07-08)
  might-rebase/net-sched-convert-qdisc-list-to-hash net: sched: convert qdisc linked list to hashtable (2016-07-01)
  might-rebase/kthread-fixes-before-its-nuked bcache: bch_gc_thread() is not freezable (2016-04-19)
  might-rebase/floppy-syzkaller floppy: refactor open() flags handling (2016-02-05)
  might-rebase/get-rid-of-kthread-freezer freezer: warn if anyone is trying to use freezer on kthreads (2015-10-30)
  might-rebase/warchdog-allcpu kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (2015-10-02)
  might-rebase/kaslr-offset-export x86: kaslr: fix build due to missing ALIGN definition (2015-04-29)
  might-rebase/khugepaged-freezer-cleanup thp: cleanup how khugepaged enters freezer (2015-04-17)
  might-rebase/ipmodify kprobes: compile out IPMODIFY support if ftrace doesn't support it (2015-01-20)
  kfree-accept-err-ptr mm/sl[aou]b: make kfree() aware of error pointers (2014-09-10)
  3.17-rc3-cpudile-deadlock-fix ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock (2014-09-03)
  3.17-rc3-drm-i915-gm45-boot-fix drm/i915: handle G45/GM45 pulse detection connected state. (2014-09-03)
  3.17-rc3-leds-workqueue-revert Revert "leds: convert blink timer to workqueue" (2014-09-02)
  might-rebase/non-nmi-sysrq-l sysrq: don't use NMI to dump stacks of distant CPUs (2014-06-18)
  might-rebase/speculative-stores ./Makefile: tell gcc optimizer to never introduce new data races (2014-06-17)
  might-rebase/smep-oops-printk x86: be more helpful with SMEP faults (2014-06-10)
  might-rebase/kgr kgr: make a per-process 'in progress' flag a single bit (2014-05-01)
  might-rebase/ftrace-mcount-warn Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2014-04-04)
  might-rebase/mlx4-use-gfp_nofs-in-tx mlx4: Use all GFP_NOFS calls during the ipoib TX path when creating the QP (2014-02-25)
  might-rebase/buggy-bios-floppy-timeouts floppy: bail out in open() if drive is not responding to block0 read (2014-01-10)
  might-rebase/h-buffer HID: fix buffer bugger (2013-12-16)
  might-rebase/nmi-locks x86: put might_sleep() into arch_trigger_all_cpu_backtrace_handler() (2013-08-09)
  might-rebase/nohz-printk-fix nohz: put proper symbol in the unstable schedclock warning (2013-08-05)
  might-rebase/jump-label-breakpoint x86: call out into int3 handler directly instead of using notifier (2013-07-24)
  might-rebase/3ware PCI: add quirk for 3ware 9650SE controller (2013-07-16)
  might-rebase/hid-implement-64 HID: fix data access in implement() (2013-07-10)

git clone http://yhbt.net/pub/scm/linux/kernel/git/jikos/jikos.git