linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 13:43:50 to 2019-11-20 15:42:22 UTC [more...]

[PATCH 3.16 00/83] 3.16.78-rc1 review
 2019-11-20 15:38 UTC  (35+ messages)
` [PATCH 3.16 01/83] hwmon: (nct6775) Fix register address and added missed tolerance for nct6106
` [PATCH 3.16 02/83] x86/sysfb_efi: Add quirks for some devices with swapped width and height
` [PATCH 3.16 03/83] mmc: mmc_spi: Enable stable writes
` [PATCH 3.16 06/83] usb: pci-quirks: Correct AMD PLL quirk detection
` [PATCH 3.16 07/83] usb: wusbcore: fix unbalanced get/put cluster_id
` [PATCH 3.16 08/83] x86/speculation/mds: Apply more accurate check on hypervisor platform
` [PATCH 3.16 10/83] sched/fair: Don't free p->numa_faults with concurrent readers
` [PATCH 3.16 11/83] tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop
` [PATCH 3.16 13/83] arm64: compat: Allow single-byte watchpoints on all addresses
` [PATCH 3.16 16/83] libata: zpodd: Fix small read overflow in zpodd_get_mech_type()
` [PATCH 3.16 18/83] net: bridge: mcast: don't delete permanent entries when fast leave is enabled
` [PATCH 3.16 20/83] s390/dasd: fix endless loop after read unit address configuration
` [PATCH 3.16 36/83] netfilter: conntrack: Use consistent ct id hash calculation
` [PATCH 3.16 38/83] USB: serial: option: Add Motorola modem UARTs
` [PATCH 3.16 46/83] x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
` [PATCH 3.16 47/83] batman-adv: Only read OGM tvlv_len after buffer len check
` [PATCH 3.16 49/83] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH 3.16 52/83] x86/apic: Drop logical_smp_processor_id() inline
` [PATCH 3.16 54/83] usb: host: ohci: fix a race condition between shutdown and irq
` [PATCH 3.16 58/83] VMCI: Release resource if the work is already queued
` [PATCH 3.16 61/83] mmc: core: Fix init of SD cards reporting an invalid VDD range
` [PATCH 3.16 62/83] net: seeq: Fix the function used to release some memory in an error handling path
` [PATCH 3.16 63/83] sched/fair: Don't assign runtime for throttled cfs_rq
` [PATCH 3.16 64/83] vhost/test: fix build for vhost test
` [PATCH 3.16 67/83] keys: Fix missing null pointer check in request_key_auth_describe()
` [PATCH 3.16 68/83] sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
` [PATCH 3.16 75/83] KVM: x86: work around leak of uninitialized stack contents
` [PATCH 3.16 77/83] alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
` [PATCH 3.16 78/83] cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
` [PATCH 3.16 79/83] CIFS: Fix use after free of file info structures
` [PATCH 3.16 80/83] md/raid: raid5 preserve the writeback action after the parity check
` [PATCH 3.16 81/83] btrfs: partially apply b8b93addde
` [PATCH 3.16 82/83] btrfs: volumes: Cleanup stripe size calculation
` [PATCH 3.16 83/83] btrfs: alloc_chunk: fix more DUP stripe size handling

[PATCH v4 0/7] ALSA: aloop: Support sound timer as clock source instead of jiffies
 2019-11-20 15:39 UTC  (11+ messages)
` [PATCH v4 1/7] ALSA: aloop: Describe units of variables
  ` [PATCH v4 2/7] ALSA: aloop: Support return of error code for timer start and stop
    ` [PATCH v4 3/7] ALSA: aloop: Use callback functions for timer specific implementations
      ` [PATCH v4 4/7] ALSA: aloop: Rename all jiffies timer specific functions
        ` [PATCH v4 5/7] ALSA: aloop: Move CABLE_VALID_BOTH to the top of file
          ` [PATCH v4 6/7] ALSA: aloop: Support selection of snd_timer instead of jiffies

[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-11-20 15:37 UTC  (12+ messages)

[PATCH] md: Fix Kconfig indentation
 2019-11-20 15:37 UTC  (2+ messages)
`  "

[PATCH v4 4/5] scsi: ufs: Do not clear the DL layer timers
 2019-11-20 15:36 UTC  (4+ messages)
` [PATCH v4 5/5] scsi: ufs: Do not free irq in suspend

[PATCH] of: property: Fix the semantics of of_is_ancestor_of()
 2019-11-20 15:36 UTC  (2+ messages)

[PATCH v2 0/3] add Amlogic A1 clock controller driver
 2019-11-20 15:35 UTC  (10+ messages)
` [PATCH v2 3/3] clk: meson: a1: add support for Amlogic A1 clock driver

[PATCH 0/5] arm64: dts: rockchip: Add Rock Pi N10 support
 2019-11-20 15:33 UTC  (6+ messages)
` [PATCH 4/5] ARM: dts: rockchip: Add Radxa Carrier board

[PATCH v5 00/27] nfs: Mount API conversion
 2019-11-20 15:27 UTC  (28+ messages)
` [PATCH v5 01/27] saner calling conventions for nfs_fs_mount_common()
` [PATCH v5 02/27] nfs: stash server into struct nfs_mount_info
` [PATCH v5 03/27] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v5 04/27] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v5 05/27] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v5 06/27] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v5 07/27] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v5 08/27] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v5 09/27] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v5 10/27] nfs: merge xdev and remote file_system_type
` [PATCH v5 11/27] nfs: unexport nfs_fs_mount_common()
` [PATCH v5 12/27] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v5 13/27] nfs: get rid of mount_info ->fill_super()
` [PATCH v5 14/27] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v5 15/27] nfs: get rid of ->set_security()
` [PATCH v5 16/27] NFS: Move mount parameterisation bits into their own file
` [PATCH v5 17/27] NFS: Constify mount argument match tables
` [PATCH v5 18/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v5 19/27] NFS: Split nfs_parse_mount_options()
` [PATCH v5 20/27] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v5 21/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v5 22/27] NFS: Do some tidying of the parsing code
` [PATCH v5 23/27] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v5 24/27] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v5 25/27] NFS: Add fs_context support
` [PATCH v5 26/27] NFS: Additional refactoring for fs_context conversion
` [PATCH v5 27/27] NFS: Attach supplementary error information to fs_context

[RFC PATCH 0/2] Avoid blocking in selinux inode callbacks on RCU walk
 2019-11-20 15:28 UTC  (5+ messages)
` [RFC PATCH 1/2] selinux: Don't call avc_compute_av() from RCU path walk

[PATCH v2 0/3] crypto: sun4i-ss: fix SHA1 on A33 SecuritySystem
 2019-11-20 15:28 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: add new compatible for A33 SS
` [PATCH v2 2/3] ARM: dts: sun8i: a33: add the new SS compatible
` [PATCH v2 3/3] crypto: sun4i-ss: add the A33 variant of SS

[PATCH] stm class: fix a double free in stm_register_device()
 2019-11-20 15:26 UTC 

[PATCHv2 0/6] ASoC: da7213: support for usage with simple-card
 2019-11-20 15:24 UTC  (7+ messages)
` [PATCHv2 1/6] ASoC: da7213: Add da7212 DT compatible
` [PATCHv2 2/6] ASoC: da7213: Add regulator support
` [PATCHv2 3/6] ASoC: da7213: Provide selectable option
` [PATCHv2 4/6] ASoC: da7213: Move set_sysclk to codec level
` [PATCHv2 5/6] ASoC: da7213: Move set_pll "
` [PATCHv2 6/6] ASoC: da7213: Add default clock handling

USB devices on Dell TB16 dock stop working after resuming
 2019-11-20 15:23 UTC  (11+ messages)

[PATCH v2] net: ipmr: fix suspicious RCU warning
 2019-11-20 15:22 UTC 

[PATCH] drm/rect: remove useless call to clamp_t
 2019-11-20 15:22 UTC  (3+ messages)

[PATCH] serial: serial_core: Perform NULL checks for break_ctl ops
 2019-11-20 15:18 UTC 

[PATCH v3 0/8] powerpc/vdso32 enhancement and optimisation
 2019-11-20 15:17 UTC  (4+ messages)
` [PATCH v3 2/8] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE

[PATCH 1/2] tty: remove unused argument from tty_open_by_driver()
 2019-11-20 15:17 UTC  (2+ messages)
` [PATCH 2/2] tty: add retry to tty_init_dev() to workaround a race condition

[PATCH v6 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2019-11-20 15:16 UTC  (2+ messages)

Optimize perf stat for large number of events/cpus
 2019-11-20 15:16 UTC  (6+ messages)
` [PATCH v7 09/12] perf stat: Use affinity for opening events
` [PATCH v7 10/12] perf stat: Use affinity for reading

Build of 5.4-rc8 - Objtool: Unreachable Instruction Warnings
 2019-11-20 15:14 UTC 

[PATCH v3 0/2] Add support to handle ZRX-DC Compliant PHYs
 2019-11-20 15:11 UTC  (2+ messages)

[PATCH] drm: Add support for integrated privacy screens
 2019-11-20 15:10 UTC  (9+ messages)
` [PATCH v2 1/3] drm/i915: Move the code to populate ACPI device ID into intel_acpi
  ` [PATCH v2 2/3] drm/i915: Lookup and attach ACPI device node for connectors
  ` [PATCH v2 3/3] drm/i915: Add support for integrated privacy screens

[PATCH 1/2] mm/memory-failure.c: PageHuge is handled at the beginning of memory_failure
 2019-11-20 15:07 UTC  (6+ messages)
` [PATCH 2/2] mm/memory-failure.c: not necessary to recalculate hpage

[PATCH V4 00/13] Stitch LBR call stack
 2019-11-20 15:06 UTC  (6+ messages)
` [PATCH V4 01/13] perf/core: Add new branch sample type for LBR TOS

[GIT RFC PULL kcsan] KCSAN commits for 5.5
 2019-11-20 15:06 UTC  (3+ messages)

[PATCH 0/6] STM32 DT: Updates for SOC diversity
 2019-11-20 15:04 UTC  (8+ messages)
` [PATCH 1/6] ARM: dts: stm32: Adapt stm32mp157 pinctrl to manage STM32MP15xx SOCs family
` [PATCH 2/6] ARM: dts: stm32: Update stm32mp157 pinctrl files
` [PATCH 3/6] ARM: dts: stm32: Introduce new STM32MP15 SOCs: STM32MP151 and STM32MP153
` [PATCH 4/6] ARM: dts: stm32: Manage security diversity for STM32M15x SOCs
` [PATCH 5/6] ARM: dts: stm32: Adapt STM32MP157 DK boards to stm32 DT diversity
` [PATCH 6/6] ARM: dts: stm32: Adapt STM32MP157C ED1 board to STM32 "

[PATCH] export.h: reduce __ksymtab_strings string duplication by using "MS" section flags
 2019-11-20 15:02 UTC  (2+ messages)

[PATCH 0/6] sched/nohz: Make the rest of kcpustat vtime aware v2
 2019-11-20 15:00 UTC  (4+ messages)
` [PATCH 2/6] sched/vtime: Bring all-in-one kcpustat accessor for vtime fields

[PATCH v2 0/2] reset: Miscellaneous improvements
 2019-11-20 14:59 UTC  (3+ messages)
` [PATCH v2 1/2] reset: Do not register resource data for missing resets
` [PATCH v2 2/2] reset: Align logic and flow in managed helpers

[PATCH] Smack: check length in smk_set_cipso()
 2019-11-20 14:51 UTC 

[PATCH v3 0/2] drm: LogiCVC display controller support
 2019-11-20 14:51 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: display: Document the Xylon LogiCVC display controller

[PATCH] um: Fix Kconfig indentation
 2019-11-20 14:23 UTC  (2+ messages)

[PATCH 0/2] drm: LogiCVC display controller support
 2019-11-20 14:49 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: display: Add xylon logicvc bindings documentation

[PATCH 0/3] reset: Miscellaneous improvements
 2019-11-20 14:45 UTC  (7+ messages)
` [PATCH 1/3] reset: Do not register resource data for missing resets
` [PATCH 2/3] reset: Fix {of,devm}_reset_control_array_get kerneldoc return types
` [PATCH 3/3] reset: Align logic and flow in managed helpers

[PATCH v3 0/3] tps6105x add devicetree and leds support
 2019-11-20 14:44 UTC  (4+ messages)
` [PATCH v3 1/3] tps6105x: add optional devicetree support
` [PATCH v3 2/3] leds: tps6105x: add driver for mfd chip led mode
` [PATCH v3 3/3] dt-bindings: mfd: update TI tps6105x chip bindings

[PATCH] scsi: Fix Kconfig indentation
 2019-11-20 14:43 UTC  (2+ messages)

[PATCH] gpiolib: Grammar s/manager/managed/
 2019-11-20 14:37 UTC 

[PATCH] mm: Fix Kconfig indentation
 2019-11-20 14:36 UTC  (2+ messages)

[PATCH 0/2] driver core: Improve warning backtrace in device probing
 2019-11-20 14:36 UTC  (3+ messages)
` [PATCH 1/2] driver core: Add dev_WARN_ON() helper
` [PATCH 2/2] driver core: Print device in really_probe() warning backtrace

[v9 2/2] clk: ls1028a: Add clock driver for Display output interface
 2019-11-20 14:36 UTC  (2+ messages)

[PATCH 1/4 v2] coccinelle: platform_get_irq: simplify context case
 2019-11-20 14:33 UTC  (2+ messages)

[PATCH v4 0/8] ARM: Realtek RTD1195/RTD1295/RTD1395 IRQ mux
 2019-11-20 14:32 UTC  (9+ messages)
` [PATCH v4 2/8] irqchip: Add Realtek RTD1295 mux driver

[PATCH] crypto: Fix Kconfig indentation
 2019-11-20 14:30 UTC  (2+ messages)

[PATCH v2 1/3] x86/insn-eval: Add support for 64-bit kernel mode
 2019-11-20 14:24 UTC  (6+ messages)
` [PATCH v2 2/3] x86/traps: Print non-canonical address on #GP

[PATCH 0/4] at24: move write-protect pin handling to nvmem core
 2019-11-20 14:20 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: nvmem: new optional property write-protect-gpios
` [PATCH 2/4] nvmem: add support for the write-protect pin
` [PATCH 3/4] dt-bindings: at24: remove the optional property write-protect-gpios
` [PATCH 4/4] eeprom: at24: remove the write-protect pin support

BCM2835 maintainership
 2019-11-20 14:11 UTC  (2+ messages)

[PATCH] tmpfs: use ida to get inode number
 2019-11-20 14:23 UTC 

[PATCH] pinctrl: Fix Kconfig indentation
 2019-11-20 14:15 UTC  (2+ messages)

[PATCH] drm: Fix Kconfig indentation
 2019-11-20 14:15 UTC  (2+ messages)

[PATCH v2 0/4] tps6105x add devicetree and leds support
 2019-11-20 14:15 UTC  (4+ messages)
` [PATCH v2 2/4] regulator: tps6105x: add optional devicetree support

linux-next: Fixes tag needs some work in the net tree
 2019-11-20 14:14 UTC  (2+ messages)

[PATCH] NTB: Fix an error in get link status
 2019-11-20 14:13 UTC  (5+ messages)
        ` Fwd: "

[PATCH v2 0/2] Implement hv_is_hibernation_supported() and enhance hv_balloon for hibernation
 2019-11-20 14:09 UTC  (2+ messages)

[PATCH] 9p: Fix Kconfig indentation
 2019-11-20 14:01 UTC  (2+ messages)

[PATCH v3 1/4] x86/insn-eval: Add support for 64-bit kernel mode
 2019-11-20 14:05 UTC  (8+ messages)
` [PATCH v3 2/4] x86/traps: Print non-canonical address on #GP

[PATCH 0/2] firmware: google: Expose coreboot tables and CBMEM
 2019-11-20 14:03 UTC  (6+ messages)
` [PATCH 1/2] firmware: google: Expose CBMEM over sysfs
` [PATCH 2/2] firmware: google: Expose coreboot tables "

[PATCH] xen: Fix Kconfig indentation
 2019-11-20 14:02 UTC  (2+ messages)
` [Xen-devel] "

[RESEND PATCH] init: Fix Kconfig indentation
 2019-11-20 14:02 UTC 

[RESEND PATCH] lib: Fix Kconfig indentation
 2019-11-20 14:01 UTC 

[PATCH] video: Fix Kconfig indentation
 2019-11-20 14:01 UTC  (4+ messages)

[RESEND PATCH] qnx6: Fix Kconfig indentation
 2019-11-20 14:00 UTC 

Fix bugs in X1000 and X1500 pinctrl drivers
 2019-11-20 13:59 UTC  (6+ messages)
` Fix bugs in X1000/X1500 and add X1830 pinctrl driver v2
  ` [PATCH v2 1/4] pinctrl: Ingenic: Fix bugs in X1000 and X1500
  ` [PATCH v2 2/4] pinctrl: Ingenic: Add missing parts for "
  ` [PATCH v2 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830
  ` [PATCH v2 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830

[RESEND PATCH] samples: Fix Kconfig indentation
 2019-11-20 13:58 UTC 

[RESEND PATCH] virt: Fix Kconfig indentation
 2019-11-20 13:58 UTC 

[PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-11-20 13:56 UTC  (7+ messages)
` [PATCH v4 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v4 linux-kselftest-test 5/6] kunit: allow kunit "

[PATCH 0/2] iommu/amd: Fixes for x2APIC support
 2019-11-20 13:55 UTC  (3+ messages)
` [PATCH 1/2] iommu/amd: Check feature support bit before accessing MSI capability registers
` [PATCH 2/2] iommu/amd: Only support x2APIC with IVHD type 11h/40h

[RESEND PATCH] MAINTAINERS: update my e-mail address
 2019-11-20 13:55 UTC 

[RESEND PATCH] arch: Fix Kconfig indentation
 2019-11-20 13:54 UTC 

[PATCH][next] scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3
 2019-11-20 13:50 UTC 

[RFC 0/2] gpiolib: Initial, basic support for shared GPIO lines
 2019-11-20 13:49 UTC  (2+ messages)

[PATCH] intel_th: avoid double free in error flow
 2019-11-20 13:46 UTC  (5+ messages)

[PATCH 0/3] crypto: sun4i-ss: fix SHA1 on A33 SecuritySystem
 2019-11-20 13:45 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: sun8i: a33: add the new SecuritySystem compatible

[GIT PULL 0/3] intel_th: Updates for v5.5
 2019-11-20 13:44 UTC  (4+ messages)
` [GIT PULL 1/3] intel_th: Fix a double put_device() in error path

[PATCH] dt-bindings: i2c: stm32: Migrate i2c-stm32 documentation to yaml
 2019-11-20 13:43 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).