All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-05 11:58:26 to 2020-10-05 12:28:31 UTC [more...]

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-10-05 12:26 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] t6027: modernise tests
  ` [PATCH v3 02/11] merge-one-file: rewrite in C
  ` [PATCH v3 03/11] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v3 04/11] merge-index: don't fork if the requested program is `git-merge-one-file'
  ` [PATCH v3 06/11] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v3 07/11] merge-octopus: rewrite in C
  ` [PATCH v3 08/11] merge: use the "resolve" strategy without forking
  ` [PATCH v3 10/11] sequencer: "
  ` [PATCH v3 11/11] sequencer: use the "octopus" merge "

[PATCH v4 00/32] Make charlcd device independent
 2020-10-05 12:27 UTC  (10+ messages)
` [PATCH v4 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
` [PATCH v4 04/32] auxdisplay: Move ifwidth to struct hd44780_common
` [PATCH v4 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
` [PATCH v4 07/32] auxdisplay: Move addr out of charlcd_priv
` [PATCH v4 08/32] auxdisplay: hd44780_common_print
` [PATCH v4 09/32] auxdisplay: provide hd44780_common_gotoxy
` [PATCH v4 10/32] auxdisplay: add home to charlcd_ops
` [PATCH v4 11/32] auxdisplay: Move clear_display to hd44780_common
` [PATCH v4 12/32] auxdisplay: make charlcd_backlight visible "

[dpdk-dev] [PATCH v2 00/56] net: txgbe PMD
 2020-10-05 12:09 UTC  (47+ messages)
` [dpdk-dev] [PATCH v2 01/56] net/txgbe: add build and doc infrastructure
` [dpdk-dev] [PATCH v2 02/56] net/txgbe: add ethdev probe and remove
` [dpdk-dev] [PATCH v2 03/56] net/txgbe: add device init and uninit
` [dpdk-dev] [PATCH v2 04/56] net/txgbe: add error types and registers
` [dpdk-dev] [PATCH v2 05/56] net/txgbe: add mac type and bus lan id
` [dpdk-dev] [PATCH v2 06/56] net/txgbe: add HW infrastructure and dummy function
` [dpdk-dev] [PATCH v2 07/56] net/txgbe: add EEPROM functions
` [dpdk-dev] [PATCH v2 08/56] net/txgbe: add HW init and reset operation
` [dpdk-dev] [PATCH v2 09/56] net/txgbe: add PHY init
` [dpdk-dev] [PATCH v2 10/56] net/txgbe: add module identify
` [dpdk-dev] [PATCH v2 11/56] net/txgbe: add PHY reset
` [dpdk-dev] [PATCH v2 12/56] net/txgbe: add info get operation
` [dpdk-dev] [PATCH v2 13/56] net/txgbe: add interrupt operation
` [dpdk-dev] [PATCH v2 14/56] net/txgbe: add device configure operation
` [dpdk-dev] [PATCH v2 15/56] net/txgbe: add link status change
` [dpdk-dev] [PATCH v2 16/56] net/txgbe: add multi-speed link setup
` [dpdk-dev] [PATCH v2 17/56] net/txgbe: add autoc read and write
` [dpdk-dev] [PATCH v2 18/56] net/txgbe: add MAC address operations
` [dpdk-dev] [PATCH v2 19/56] net/txgbe: add unicast hash bitmap
` [dpdk-dev] [PATCH v2 20/56] net/txgbe: add RX and TX init
` [dpdk-dev] [PATCH v2 21/56] net/txgbe: add RX and TX queues setup and release
` [dpdk-dev] [PATCH v2 22/56] net/txgbe: add RX and TX start and stop
` [dpdk-dev] [PATCH v2 23/56] net/txgbe: add packet type
` [dpdk-dev] [PATCH v2 24/56] net/txgbe: fill simple transmit function
` [dpdk-dev] [PATCH v2 25/56] net/txgbe: fill transmit function with hardware offload
` [dpdk-dev] [PATCH v2 26/56] net/txgbe: fill TX prepare funtion
` [dpdk-dev] [PATCH v2 27/56] net/txgbe: fill receive functions
` [dpdk-dev] [PATCH v2 28/56] net/txgbe: add device start operation
` [dpdk-dev] [PATCH v2 29/56] net/txgbe: add RX and TX data path start and stop
` [dpdk-dev] [PATCH v2 30/56] net/txgbe: add device stop and close operations
` [dpdk-dev] [PATCH v2 31/56] net/txgbe: support RX interrupt
` [dpdk-dev] [PATCH v2 32/56] net/txgbe: add RX and TX queue info get
` [dpdk-dev] [PATCH v2 33/56] net/txgbe: add device stats get
` [dpdk-dev] [PATCH v2 34/56] net/txgbe: add device xstats get
` [dpdk-dev] [PATCH v2 35/56] net/txgbe: add queue stats mapping
` [dpdk-dev] [PATCH v2 36/56] net/txgbe: add VLAN handle support
` [dpdk-dev] [PATCH v2 37/56] net/txgbe: add SWFW semaphore and lock
` [dpdk-dev] [PATCH v2 38/56] net/txgbe: add PF module init and uninit for SRIOV
` [dpdk-dev] [PATCH v2 39/56] net/txgbe: add process mailbox operation
` [dpdk-dev] [PATCH v2 40/56] net/txgbe: add PF module configure for SRIOV
` [dpdk-dev] [PATCH v2 41/56] net/txgbe: add VMDq configure
` [dpdk-dev] [PATCH v2 42/56] net/txgbe: add RSS support
` [dpdk-dev] [PATCH v2 43/56] net/txgbe: add DCB support
` [dpdk-dev] [PATCH v2 44/56] net/txgbe: add flow control support
` [dpdk-dev] [PATCH v2 45/56] net/txgbe: add FC auto negotiation support
` [dpdk-dev] [PATCH v2 46/56] net/txgbe: add priority flow control support

[PATCH 0/5] A few sphinx docs cleanup
 2020-10-05 12:26 UTC  (6+ messages)
` [PATCH 1/5] docs: ref-variables: add links to terms in glossary
` [PATCH 2/5] docs: sphinx: replace special quotes with double quotes
` [PATCH 3/5] docs: update README file after migrationg to Sphinx
` [PATCH 4/5] docs: sphinx: report errors when dependencies are not met
` [PATCH 5/5] docs: static: theme_overrides.css: fix responsive design on <640px screens

[PATCH 0/5] context_tracking: Flatter archs not using exception_enter/exit()
 2020-10-05 12:26 UTC  (4+ messages)
` [PATCH 3/5] sched: Detect call to schedule from critical entry code

[PATCH v2] regmap: irq: Add support to clear ack registers
 2020-10-05 12:25 UTC 

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2020-10-04 18:35 UTC  (9+ messages)

[PATCH] mm: optionally disable brk()
 2020-10-05 12:25 UTC  (10+ messages)

[PATCH] x86/smpboot: Unconditionally call memguard_unguard_stack() in cpu_smpboot_free()
 2020-10-05 12:23 UTC 

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-05 12:22 UTC  (3+ messages)
` [RFC PATCH 19/21] contrib/gitdm: Add Yadro to the domain map

[PATCH -next] mtd: sunxi-nand: add dma support for allwinner h3
 2020-10-05 12:20 UTC 

[RFC PATCH] kthread: do not modify running work
 2020-10-05 12:20 UTC 

[PATCH 0/2] PCI: dwc: Add support to handle prefetchable memory separately
 2020-10-05 12:19 UTC  (6+ messages)

[PATCH] Revert "Bluetooth: Update resolving list when updating whitelist"
 2020-10-05 12:19 UTC  (8+ messages)

[PATCH net-next 00/16] Add devlink reload action and limit options
 2020-10-05 12:18 UTC  (5+ messages)
` [PATCH net-next 03/16] devlink: Add devlink reload limit option

[PATCH] regmap: irq: Add support to clear ack registers
 2020-10-05 12:17 UTC  (3+ messages)

[meta-freescale] gstreamer-plugins-bad build error in dunfell for SABRESD platform
 2020-10-05 12:17 UTC  (3+ messages)
`  "

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-05 12:16 UTC  (13+ messages)
` [PATCH 6/7] verify_path(): disallow symlinks in "
` [PATCH v2 0/8] forbidding symlinked "
  ` [PATCH v2 1/8] fsck_tree(): fix shadowed variable
  ` [PATCH v2 2/8] fsck_tree(): wrap some long lines
  ` [PATCH v2 3/8] t7415: rename to expand scope
  ` [PATCH v2 4/8] t7450: test verify_path() handling of gitmodules
  ` [PATCH v2 5/8] t7450: test .gitmodules symlink matching against obscured names
  ` [PATCH v2 6/8] t0060: test obscured .gitattributes and .gitignore matching
  ` [PATCH v2 7/8] verify_path(): disallow symlinks in .gitattributes and .gitignore
  ` [PATCH v2 8/8] fsck: complain when .gitattributes or .gitignore is a symlink

[PATCH v2 0/5] mm: place pages to the freelist tail when onlining and undoing isolation
 2020-10-05 12:15 UTC  (6+ messages)
` [PATCH v2 1/5] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH v2 2/5] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH v2 3/5] mm/page_alloc: move pages to tail in move_to_free_list()
` [PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
` [PATCH v2 5/5] mm/memory_hotplug: update comment regarding zone shuffling

[PATCH v6 00/14] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-05 12:14 UTC  (13+ messages)
` [PATCH v6 02/14] ASoC: sun4i-i2s: Change set_chan_cfg() params
` [PATCH v6 03/14] ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicit
` [PATCH v6 08/14] ASoC: sun4i-i2s: fix coding-style for callback definition

[PATCH v2 0/3] drm: commit_work scheduling
 2020-10-05 12:15 UTC  (9+ messages)

[PATCH v3 00/32] Make charlcd device independent
 2020-10-05 12:12 UTC  (33+ messages)
` [PATCH v3 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
` [PATCH v3 02/32] auxdisplay: Introduce hd44780_common.[ch]
` [PATCH v3 03/32] auxdisplay: Move hwidth and bwidth to struct hd44780_common
` [PATCH v3 04/32] auxdisplay: Move ifwidth "
` [PATCH v3 05/32] auxdisplay: Move write_data pointer to hd44780_common
` [PATCH v3 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
` [PATCH v3 07/32] auxdisplay: Move addr out of charlcd_priv
` [PATCH v3 08/32] auxdisplay: hd44780_common_print
` [PATCH v3 09/32] auxdisplay: provide hd44780_common_gotoxy
` [PATCH v3 10/32] auxdisplay: add home to charlcd_ops
` [PATCH v3 11/32] auxdisplay: Move clear_display to hd44780_common
` [PATCH v3 12/32] auxdisplay: make charlcd_backlight visible "
` [PATCH v3 13/32] auxdisplay: Make use of enum for backlight on / off
` [PATCH v3 14/32] auxdisplay: Move init_display to hd44780_common
` [PATCH v3 15/32] auxdisplay: implement hd44780_common_shift_cursor
` [PATCH v3 16/32] auxdisplay: Implement hd44780_common_display_shift
` [PATCH v3 17/32] auxdisplay: Implement a hd44780_common_display
` [PATCH v3 18/32] auxdisplay: Implement hd44780_common_cursor
` [PATCH v3 19/32] auxdisplay: Implement hd44780_common_blink
` [PATCH v3 20/32] auxdisplay: cleanup unnecessary hd44780 code in charlcd
` [PATCH v3 21/32] auxdisplay: Implement hd44780_common_fontsize
` [PATCH v3 22/32] auxdisplay: Implement hd44780_common_lines
` [PATCH v3 23/32] auxdisplay: Remove unnecessary hd44780 from charlcd
` [PATCH v3 24/32] auxdisplay: Move char redefine code to hd44780_common
` [PATCH v3 25/32] auxdisplay: Call charlcd_backlight in place
` [PATCH v3 26/32] auxdisplay: hd44780_common: Reduce clear_display timeout
` [PATCH v3 27/32] auxdisplay: hd44780: Remove clear_fast
` [PATCH v3 28/32] auxdisplay: charlcd: replace last device specific stuff
` [PATCH v3 29/32] auxdisplay: Change gotoxy calling interface
` [PATCH v3 30/32] auxdisplay: charlcd: Do not print chars at end of line
` [PATCH v3 31/32] auxdisplay: lcd2s DT binding doc
` [PATCH v3 32/32] auxdisplay: add a driver for lcd2s character display

[PATCH] PCI: dwc: Use ATU regions to map memory regions
 2020-10-05 12:13 UTC 

Create copy of packate given to BPF
 2020-10-05 12:13 UTC  (3+ messages)

[PATCH] leds: lm3697: Fix out-of-bound access
 2020-10-05 12:13 UTC  (2+ messages)

[GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2
 2020-10-05 12:11 UTC  (4+ messages)

ERROR... please contact btrfs developers
 2020-10-05 12:12 UTC  (5+ messages)

[PATCH] pwm: sysfs: Set class on pwm devices
 2020-10-05 12:12 UTC  (12+ messages)

[PATCH] arm64: dts: ti: k3-j7200-main: Add McASP nodes
 2020-10-05 12:08 UTC  (6+ messages)

[RFC PATCH] ice: Add comms package file for Intel E800 series driver
 2020-10-05 12:09 UTC  (2+ messages)

[PATCH v2 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-05 12:08 UTC  (4+ messages)
` [PATCH v2 1/4] keyval: Parse help options

[PATCH v2] powernv/elog: Fix the race while processing OPAL error log event
 2020-10-05 10:47 UTC  (2+ messages)

[PATCH v2] mm: Remove src/dst mm parameter in copy_page_range()
 2020-10-05 12:07 UTC  (2+ messages)

[PATCH 0/2] add Cellient MPL200 card
 2020-10-05 12:07 UTC  (8+ messages)
` [PATCH 2/2] usb: serial: option: "

[PATCH 00/25] ASoC: sun8i-codec: support for AIF2 and AIF3
 2020-10-05 12:05 UTC  (29+ messages)
` [PATCH 18/25] ASoC: sun8i-codec: Automatically set the system sample rate
` [PATCH 19/25] ASoC: sun8i-codec: Constrain to compatible sample rates
` [PATCH 20/25] ASoC: sun8i-codec: Protect the clock rate while streams are open
` [PATCH 21/25] ASoC: sun8i-codec: Require an exact BCLK divisor match
` [PATCH 22/25] ASoC: sun8i-codec: Enable all supported PCM formats
` [PATCH 23/25] ASoC: sun8i-codec: Generalize AIF clock control
` [PATCH 24/25] ASoC: sun8i-codec: Add a DAI, widgets, and routes for AIF2

[PATCH v4 00/52] Fix html build with Sphinx 3.1 and above
 2020-10-05 12:06 UTC  (6+ messages)
` [PATCH v4 35/52] docs: fs: fscrypt.rst: get rid of :c:type: tags

[PATCH] copy-firmware: Always write Link: entries
 2020-10-05 12:06 UTC  (2+ messages)

Update WCN3991 FW with new enhancement
 2020-10-05 12:04 UTC  (2+ messages)

[Intel-gfx] [RFC] drm/i915/gt: reduce context clear batch size to avoid gpu hang
 2020-10-05 12:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH] pci: meson: build as module by default
 2020-10-05 12:03 UTC  (5+ messages)

[PATCH 0/9] disable pcplists during memory offline
 2020-10-05 12:03 UTC  (3+ messages)
` [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update

[PULL v3 00/11] capstone + disassembler patch queue
 2020-10-05 12:00 UTC  (2+ messages)

linux-next: build failure after merge of the drm tree
 2020-10-05 12:01 UTC  (6+ messages)
` [PATCH] Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"

amdgpu firmware updates
 2020-10-05 12:01 UTC  (2+ messages)

[RFT] implementation of O_NONBLOCK for chaoskey
 2020-10-05 11:59 UTC  (3+ messages)

[PATCH 0/1] linux-firmware: Add VPDMA firmware binary
 2020-10-05 11:58 UTC  (3+ messages)
` [PATCH 1/1] linux-firmware: Add new VPDMA firmware 1b8.bin


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.