All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-29 14:16:17 to 2018-11-29 14:22:31 UTC [more...]

[PATCH 4.9 00/92] 4.9.142-stable review
 2018-11-29 14:12 UTC  (46+ messages)
` [PATCH 4.9 01/92] usb: core: Fix hub port connection events lost
` [PATCH 4.9 02/92] usb: dwc3: core: Clean up ULPI device
` [PATCH 4.9 03/92] usb: xhci: fix timeout for transition from RExit to U0
` [PATCH 4.9 04/92] MAINTAINERS: Add Sasha as a stable branch maintainer
` [PATCH 4.9 05/92] gpio: dont free unallocated ida on gpiochip_add_data_with_key() error path
` [PATCH 4.9 06/92] iwlwifi: mvm: support sta_statistics() even on older firmware
` [PATCH 4.9 07/92] iwlwifi: mvm: fix regulatory domain update when the firmware starts
` [PATCH 4.9 08/92] brcmfmac: fix reporting support for 160 MHz channels
` [PATCH 4.9 09/92] tools/power/cpupower: fix compilation with STATIC=true
` [PATCH 4.9 10/92] v9fs_dir_readdir: fix double-free on p9stat_read error
` [PATCH 4.9 11/92] selinux: Add __GFP_NOWARN to allocation at str_read()
` [PATCH 4.9 12/92] bfs: add sanity check at bfs_fill_super()
` [PATCH 4.9 13/92] sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer
` [PATCH 4.9 14/92] gfs2: Dont leave s_fs_info pointing to freed memory in init_sbd
` [PATCH 4.9 15/92] llc: do not use sk_eat_skb()
` [PATCH 4.9 16/92] mm: dont warn about large allocations for slab
` [PATCH 4.9 17/92] drm/ast: change resolution may cause screen blurred
` [PATCH 4.9 18/92] drm/ast: fixed cursor may disappear sometimes
` [PATCH 4.9 19/92] drm/ast: Remove existing framebuffers before loading driver
` [PATCH 4.9 21/92] can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length
` [PATCH 4.9 22/92] can: dev: __can_get_echo_skb(): Dont crash the kernel if can_priv::echo_skb is accessed out of bounds
` [PATCH 4.9 23/92] can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb
` [PATCH 4.9 30/92] cpufreq: imx6q: add return value check for voltage scale
` [PATCH 4.9 31/92] rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
` [PATCH 4.9 32/92] floppy: fix race condition in __floppy_read_block_0()
` [PATCH 4.9 33/92] powerpc/io: Fix the IO workarounds code to work with Radix
` [PATCH 4.9 34/92] perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
` [PATCH 4.9 35/92] ARM: make lookup_processor_type() non-__init
` [PATCH 4.9 36/92] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
` [PATCH 4.9 37/92] kdb: Use strscpy with destination buffer size
` [PATCH 4.9 38/92] powerpc/numa: Suppress "VPHN is not supported" messages
` [PATCH 4.9 39/92] efi/arm: Revert deferred unmap of early memmap mapping
` [PATCH 4.9 40/92] tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
` [PATCH 4.9 41/92] of: add helper to lookup compatible child node
` [PATCH 4.9 42/92] NFC: nfcmrvl_uart: fix OF child-node lookup
` [PATCH 4.9 43/92] net: bcmgenet: "
` [PATCH 4.9 44/92] arm64: remove no-op -p linker flag
` [PATCH 4.9 45/92] ath10k: fix kernel panic due to race in accessing arvif list
` [PATCH 4.9 46/92] Input: xpad - add product ID for Xbox One S pad
` [PATCH 4.9 47/92] Input: xpad - fix Xbox One rumble stopping after 2.5 secs
` [PATCH 4.9 48/92] Input: xpad - correctly sort vendor ids
` [PATCH 4.9 49/92] Input: xpad - move reporting xbox one home button to common function
` [PATCH 4.9 50/92] Input: xpad - simplify error condition in init_output
` [PATCH 4.9 51/92] Input: xpad - dont depend on endpoint order
` [PATCH 4.9 52/92] Input: xpad - fix stuck mode button on Xbox One S pad

[U-Boot] [PATCH v9 00/11] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-11-29 14:22 UTC  (13+ messages)
` [U-Boot] [PATCH v9 06/11] board; ti: am57xx: turn on USB clocks
` [U-Boot] [PATCH v9 07/11] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus
` [U-Boot] [PATCH v9 08/11] configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms
` [U-Boot] [PATCH v9 09/11] configs: am57xx_evm: Enable DM_USB and DM_USB_DEV
` [U-Boot] [PATCH v9 10/11] board: ti: dra7-evm: remove USB platform code
` [U-Boot] [PATCH v9 11/11] board: ti: am57xx: "

[PATCH] malloc: fix duplicate mem event notification
 2018-11-29 14:21 UTC 

[PATCH] ath10k: remove an unnecessary NULL check
 2018-11-29 14:21 UTC  (4+ messages)

[Qemu-devel] [PATCH for-4.0 0/4] Small checkpatch fixes and improvements
 2018-11-29 14:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-4.0 4/4] checkpatch: colorize output to terminal

[PATCH v9 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-11-29 14:06 UTC  (3+ messages)
` [PATCH v9 03/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v9 04/20] powerpc/mm: Avoid useless lock with single page fragments

[U-Boot] [PATCH v2 0/6] cmd: Simplify support for sub-commands
 2018-11-29 14:21 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/6] common: command: Fix command auto-completion
` [U-Boot] [PATCH v2 2/6] common: command: Expose a generic helper to auto-complete sub commands
` [U-Boot] [PATCH v2 3/6] common: command: Rework the 'cmd is repeatable' logic
` [U-Boot] [PATCH v2 4/6] command: commands: Add macros to declare commands with subcmds
` [U-Boot] [PATCH v2 5/6] cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands
` [U-Boot] [PATCH v2 6/6] cmd: adc: Use the sub-command infrastructure

[Qemu-devel] [PATCH] egl-headless: add egl_create_context
 2018-11-29 14:09 UTC  (2+ messages)
` [Qemu-devel] [Qemu-devel for-3.1?] "

[Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring
 2018-11-29 14:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData

[U-Boot] [PATCH v5 18/18] MAINTAINERS: add an entry for MediaTek
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 17/18] doc: README.mediatek: Add a simple README for MediaTek
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 16/18] mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
 2018-11-29 14:21 UTC  (6+ messages)
` dmaengine: at_hdmac: fix module unloading
  ` [PATCH] "
` [PATCH] dmaengine: at_hdmac: fix memory leak in at_dma_xlate()

[U-Boot] [PATCH v5 15/18] ram: MediaTek: add DDR3 driver for MT7629 SoC
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 14/18] serial: MediaTek: add high-speed uart driver for MediaTek SoCs
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[Qemu-devel] [PATCH v2 0/2] mirror dead-lock
 2018-11-29 14:14 UTC  (2+ messages)
` [Qemu-devel] [Qemu-devel for-3.1?] "

[U-Boot] [PATCH v5 13/18] power domain: MediaTek: add power domain driver for MT7623 SoC
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 12/18] power domain: MediaTek: add power domain driver for MT7629 SoC
 2018-11-29 14:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 11/18] pinctrl: MediaTek: add pinctrl driver for MT7623 SoC
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 10/18] pinctrl: MediaTek: add pinctrl driver for MT7629 SoC
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 09/18] watchdog: MediaTek: add watchdog driver for MediaTek SoCs
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[Qemu-devel] [PATCH 1/2] esp-pci: Fix status register write erase control
 2018-11-29 14:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] scsi: esp: Improve consistency of RSTAT, RSEQ, and RINTR

[Qemu-devel] [PATCH RFC v2 0/5] fix some segmentation faults and migration issues
 2018-11-29 14:20 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-3.1? "

[U-Boot] [PATCH v5 08/18] timer: MediaTek: add timer driver for MediaTek SoCs
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[PATCH 4.4 00/86] 4.4.166-stable review
 2018-11-29 14:12 UTC  (84+ messages)
` [PATCH 4.4 01/86] usb: core: Fix hub port connection events lost
` [PATCH 4.4 02/86] usb: xhci: fix timeout for transition from RExit to U0
` [PATCH 4.4 03/86] MAINTAINERS: Add Sasha as a stable branch maintainer
` [PATCH 4.4 04/86] iwlwifi: mvm: support sta_statistics() even on older firmware
` [PATCH 4.4 05/86] v9fs_dir_readdir: fix double-free on p9stat_read error
` [PATCH 4.4 07/86] sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer
` [PATCH 4.4 08/86] gfs2: Dont leave s_fs_info pointing to freed memory in init_sbd
` [PATCH 4.4 09/86] llc: do not use sk_eat_skb()
` [PATCH 4.4 10/86] drm/ast: change resolution may cause screen blurred
` [PATCH 4.4 11/86] drm/ast: fixed cursor may disappear sometimes
` [PATCH 4.4 12/86] can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb()
` [PATCH 4.4 13/86] can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length
` [PATCH 4.4 14/86] can: dev: __can_get_echo_skb(): Dont crash the kernel if can_priv::echo_skb is accessed out of bounds
` [PATCH 4.4 15/86] can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb
` [PATCH 4.4 16/86] ACPICA: AML interpreter: add region addresses in global list during initialization
` [PATCH 4.4 17/86] usb: xhci: Prevent bus suspend if a port connect change or polling state is detected
` [PATCH 4.4 18/86] KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
` [PATCH 4.4 19/86] cpufreq: imx6q: add return value check for voltage scale
` [PATCH 4.4 20/86] ARM: make lookup_processor_type() non-__init
` [PATCH 4.4 21/86] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
` [PATCH 4.4 22/86] kdb: Use strscpy with destination buffer size
` [PATCH 4.4 23/86] powerpc/numa: Suppress "VPHN is not supported" messages
` [PATCH 4.4 24/86] tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
` [PATCH 4.4 25/86] of: add helper to lookup compatible child node
` [PATCH 4.4 26/86] NFC: nfcmrvl_uart: fix OF child-node lookup
` [PATCH 4.4 28/86] x86/entry: spell EBX register correctly in documentation
` [PATCH 4.4 29/86] x86/entry/64: Remove %ebx handling from error_entry/exit
` [PATCH 4.4 30/86] arm64: remove no-op -p linker flag
` [PATCH 4.4 31/86] ath10k: fix kernel panic due to race in accessing arvif list
` [PATCH 4.4 33/86] Input: xpad - handle "present" and "gone" correctly
` [PATCH 4.4 34/86] Input: xpad - update Xbox One Force Feedback Support
` [PATCH 4.4 35/86] Input: xpad - workaround dead irq_out after suspend/ resume
` [PATCH 4.4 36/86] Input: xpad - use LED API when identifying wireless controllers
` [PATCH 4.4 37/86] Input: xpad - correct xbox one pad device name
` [PATCH 4.4 38/86] Input: xpad - remove unused function
` [PATCH 4.4 39/86] Input: xpad - add Mad Catz FightStick TE 2 VID/PID
` [PATCH 4.4 40/86] Input: xpad - prevent spurious input from wired Xbox 360 controllers
` [PATCH 4.4 41/86] Input: xpad - add more third-party controllers
` [PATCH 4.4 42/86] Input: xpad - xbox one elite controller support
` [PATCH 4.4 43/86] Input: xpad - fix rumble on Xbox One controllers with 2015 firmware
` [PATCH 4.4 44/86] Input: xpad - power off wireless 360 controllers on suspend
` [PATCH 4.4 45/86] Input: xpad - add product ID for Xbox One S pad
` [PATCH 4.4 46/86] Input: xpad - fix Xbox One rumble stopping after 2.5 secs
` [PATCH 4.4 47/86] Input: xpad - correctly sort vendor ids
` [PATCH 4.4 48/86] Input: xpad - move reporting xbox one home button to common function
` [PATCH 4.4 49/86] Input: xpad - simplify error condition in init_output
` [PATCH 4.4 50/86] Input: xpad - dont depend on endpoint order
` [PATCH 4.4 51/86] Input: xpad - fix stuck mode button on Xbox One S pad
` [PATCH 4.4 52/86] Input: xpad - restore LED state after device resume
` [PATCH 4.4 53/86] Input: xpad - support some quirky Xbox One pads
` [PATCH 4.4 54/86] Input: xpad - sort supported devices by USB ID
` [PATCH 4.4 55/86] Input: xpad - sync supported devices with xboxdrv
` [PATCH 4.4 56/86] Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer Sabertooth
` [PATCH 4.4 57/86] Input: xpad - sync supported devices with 360Controller
` [PATCH 4.4 58/86] Input: xpad - sync supported devices with XBCD
` [PATCH 4.4 59/86] Input: xpad - constify usb_device_id
` [PATCH 4.4 60/86] Input: xpad - fix PowerA init quirk for some gamepad models
` [PATCH 4.4 61/86] Input: xpad - validate USB endpoint type during probe
` [PATCH 4.4 62/86] Input: xpad - add support for PDP Xbox One controllers
` [PATCH 4.4 63/86] Input: xpad - add PDP device id 0x02a4
` [PATCH 4.4 64/86] Input: xpad - fix some coding style issues
` [PATCH 4.4 65/86] Input: xpad - avoid using __set_bit() for capabilities
` [PATCH 4.4 66/86] Input: xpad - add GPD Win 2 Controller USB IDs
` [PATCH 4.4 67/86] Input: xpad - fix GPD Win 2 controller name
` [PATCH 4.4 68/86] Input: xpad - add support for Xbox1 PDP Camo series gamepad
` [PATCH 4.4 69/86] cw1200: Dont leak memory if krealloc failes
` [PATCH 4.4 70/86] mwifiex: Fix NULL pointer dereference in skb_dequeue()
` [PATCH 4.4 71/86] mwifiex: fix p2p device doesnt find in scan problem
` [PATCH 4.4 73/86] scsi: ufs: fix bugs related to null pointer access and array size
` [PATCH 4.4 74/86] scsi: ufshcd: Fix race between clk scaling and ungate work
` [PATCH 4.4 75/86] scsi: ufs: fix race between clock gating and devfreq scaling work
` [PATCH 4.4 76/86] scsi: ufshcd: release resources if probe fails
` [PATCH 4.4 77/86] scsi: qla2xxx: do not queue commands when unloading
` [PATCH 4.4 78/86] iwlwifi: mvm: fix regulatory domain update when the firmware starts
` [PATCH 4.4 79/86] tty: wipe buffer
` [PATCH 4.4 80/86] tty: wipe buffer if not echoing data
` [PATCH 4.4 81/86] usb: xhci: fix uninitialized completion when USB3 port got wrong status
` [PATCH 4.4 82/86] btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
` [PATCH 4.4 83/86] sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
` [PATCH 4.4 84/86] namei: allow restricted O_CREAT of FIFOs and regular files
` [PATCH 4.4 85/86] s390/mm: Check for valid vma before zapping in gmap_discard
` [PATCH 4.4 86/86] drm/ast: Remove existing framebuffers before loading driver

[U-Boot] [PATCH v5 07/18] clk: MediaTek: add clock driver for MT7623 SoC
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[Qemu-devel] [PATCH V2 for 3.1 0/4] Fix possible OOB during queuing packets
 2018-11-29 14:05 UTC  (2+ messages)

[PATCH 0/5] Add a new "sparse" tree walk algorithm
 2018-11-29 14:20 UTC  (4+ messages)
` [PATCH 3/5] pack-objects: add --sparse option

[U-Boot] [PATCH v5 06/18] clk: MediaTek: add clock driver for MT7629 SoC
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 05/18] arm: MediaTek: add basic support for MT7623 boards
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 04/18] arm: MediaTek: add basic support for MT7629 boards
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 03/18] arm: dts: MediaTek: add device tree for MT7623
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 02/18] arm: dts: MediaTek: add device tree for MT7629
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH] Makefile: fix build error on mt7629_rfb using buildman
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v5 01/18] tools: MediaTek: add MTK boot header generation to mkimage
 2018-11-29 14:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH] configs: am335x_hs_evm_uart: Add YMODEM SPL support for UART boot
 2018-11-29 14:19 UTC  (2+ messages)

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-11-29 14:19 UTC  (8+ messages)

[PATCH] udp: Allow to defer reception until connect() happened
 2018-11-29  3:15 UTC  (3+ messages)

[ANNOUNCE] Git v2.20.0-rc1
 2018-11-29 14:17 UTC  (8+ messages)
` rebase-in-C stability for 2.20
      ` [PATCH] rebase: mark the C reimplementation as an experimental opt-in feature (was Re: [ANNOUNCE] Git v2.20.0-rc1)

[PATCH 3.18 00/83] 3.18.128-stable review
 2018-11-29 14:12 UTC  (18+ messages)
` [PATCH 3.18 32/83] Input: xpad - query wireless controller state at init
` [PATCH 3.18 39/83] Input: xpad - use LED API when identifying wireless controllers
` [PATCH 3.18 41/83] Input: xpad - remove unused function
` [PATCH 3.18 70/83] Input: xpad - fix some coding style issues
` [PATCH 3.18 71/83] Input: xpad - avoid using __set_bit() for capabilities
` [PATCH 3.18 72/83] Input: xpad - add GPD Win 2 Controller USB IDs
` [PATCH 3.18 73/83] Input: xpad - fix GPD Win 2 controller name
` [PATCH 3.18 74/83] Input: xpad - add support for Xbox1 PDP Camo series gamepad
` [PATCH 3.18 75/83] cw1200: Dont leak memory if krealloc failes
` [PATCH 3.18 76/83] scsi: ufs: fix bugs related to null pointer access and array size
` [PATCH 3.18 77/83] scsi: ufshcd: Fix race between clk scaling and ungate work
` [PATCH 3.18 78/83] scsi: ufs: fix race between clock gating and devfreq scaling work
` [PATCH 3.18 79/83] scsi: qla2xxx: do not queue commands when unloading
` [PATCH 3.18 80/83] tty: wipe buffer
` [PATCH 3.18 81/83] tty: wipe buffer if not echoing data
` [PATCH 3.18 82/83] af_unix: move unix_mknod() out of bindlock
` [PATCH 3.18 83/83] drm/ast: Remove existing framebuffers before loading driver

[PATCH v3 0/6] mips: system call table generation support
 2018-11-29 14:15 UTC  (3+ messages)
` [PATCH v3 5/6] mips: add "


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.