linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-05 21:10:36 to 2018-05-06 19:20:23 UTC [more...]

[PATCH 0/9] breakpoint: Rework arch validation
 2018-05-06 19:19 UTC  (3+ messages)
` [PATCH 1/9] x86/breakpoint: Split validation into "check" and "commit"
` [PATCH 2/9] sh: Remove "struct arch_hw_breakpoint::name" unused field

[PATCH v4 0/9] Add support for SAMA5D2 touchscreen
 2018-05-06 19:04 UTC  (7+ messages)
` [PATCH v4 5/9] iio: adc: at91-sama5d2_adc: add support for position and pressure channels
` [PATCH v4 6/9] input: touchscreen: resistive-adc-touch: add generic resistive ADC touchscreen

[PATCH v2 00/11] staging: iio: tsl2x7x: move out of staging
 2018-05-06 19:00 UTC  (24+ messages)
` [PATCH v2 01/11] staging: iio: tsl2x7x: use GPL-2.0+ SPDX license identifier
` [PATCH v2 02/11] staging: iio: tsl2x7x: add range checking to three sysfs attributes
` [PATCH v2 03/11] staging: iio: tsl2x7x: don't setup event handlers if interrupts are not configured
` [PATCH v2 04/11] staging: iio: tsl2x7x: move calibscale_available attribute to IIO_INTENSITY channel
` [PATCH v2 05/11] staging: iio: tsl2x7x: use IIO_CONST_ATTR for calibscale_available
` [PATCH v2 06/11] staging: iio: tsl2x7x: correct integration time and lux equation
` [PATCH v2 07/11] staging: iio: tsl2x7x: support 2.72 and 2.73 ALS increments
` [PATCH v2 08/11] staging: iio: tsl2x7x: add device ids for code readability
` [PATCH v2 09/11] staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD values
` [PATCH v2 10/11] staging: iio: tsl2x7x: rename driver to tsl2772
` [PATCH v2 11/11] staging: iio: tsl2x7x/tsl2772: move out of staging

[PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
 2018-05-06 18:55 UTC  (6+ messages)
      ` [External] "

[PATCH] Documentation: block: cmdline-partition.txt fixes and additions
 2018-05-06 18:50 UTC 

[PATCH 0/6] virtio-console: spec compliance fixes
 2018-05-06 18:24 UTC  (6+ messages)

[PATCH] iio: adc: stm32-dfsdm: Add support for stm32mp1
 2018-05-06 17:56 UTC  (2+ messages)

[PATCH v2 0/3] Add support for STM32MP1 ADC
 2018-05-06 17:54 UTC  (2+ messages)

[tip:locking/core 5/7] lib/atomic64_test.c:79:9: error: implicit declaration of function 'atomic_xchg_acquire'; did you mean 'atomic_cmpxchg_acquire'?
 2018-05-06 17:49 UTC 

simplify procfs code for seq_file instances V2
 2018-05-06 17:45 UTC  (3+ messages)

INFO: task hung in tls_push_record
 2018-05-06 17:37 UTC 

[PATCH v3] block: add verifier for cmdline partition
 2018-05-06 17:20 UTC  (2+ messages)

[PATCH] arm: dts: am437x-sk-evm: add wilink8 support
 2018-05-06 16:56 UTC  (6+ messages)
  ` [EXTERNAL] "

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-06 16:51 UTC  (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[PATCH] phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspend
 2018-05-06 16:48 UTC 

[RFC] prctl: (Please do not!) Deprecate non PR_SET_MM_MAP operations
 2018-05-06 16:44 UTC  (2+ messages)

[GIT PULL 00/12] perf/urgent fixes
 2018-05-06 16:34 UTC  (9+ messages)
` [PATCH 05/12] perf pmu: Fix pmu events parsing rule
            ` [PATCH] perf tools: Fix parser for empty pmu terms case

BUG: soft lockup in commit_echoes
 2018-05-06 16:27 UTC 

[PATCH] iio: humidity: hts221: Fix sensor reads after resume
 2018-05-06 16:19 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: s3c24xx: Remove skeleton.dtsi and fix DTC warning for /memory
 2018-05-06 16:10 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: s3c24xx: Fix unnecessary address/size cells DTC warnings
` [PATCH 3/3] ARM: dts: s3c64xx: Remove skeleton.dtsi and fix DTC warnings for /memory

[PATCH] clk: davinci: pll-dm355: fix SYSCLKn parent names
 2018-05-06 15:13 UTC  (2+ messages)

[PATCH V7 1/7] ARM: dts: imx6sx-sabreauto: add PMIC support
 2018-05-06 15:07 UTC  (14+ messages)
` [PATCH V7 2/7] ARM: dts: imx6sx-sabreauto: add max7322 IO expander support
` [PATCH V7 3/7] ARM: dts: imx6sx-sabreauto: add IO expander max7310 support
` [PATCH V7 4/7] ARM: dts: imx6sx-sabreauto: add fec support
` [PATCH V7 5/7] ARM: dts: imx6sx-sabreauto: add wdog external reset
` [PATCH V7 6/7] ARM: dts: imx6sx-sabreauto: add debug LED support
` [PATCH V7 7/7] ARM: dts: imx6sx-sabreauto: add egalax touch screen support

[PATCH 0/6] arm64: add instrumented atomics
 2018-05-06 14:57 UTC  (25+ messages)
` [PATCH 1/6] locking/atomic, asm-generic: instrument ordering variants
      ` [PATCH] locking/atomics: Clean up the atomic.h maze of #defines
        ` [PATCH] locking/atomics: Simplify the op definitions in atomic.h some more
          ` [PATCH] locking/atomics: Combine the atomic_andnot() and atomic64_andnot() API definitions
            ` [tip:locking/core] "
          ` [tip:locking/core] locking/atomics: Simplify the op definitions in atomic.h some more
              ` [RFC PATCH] locking/atomics/powerpc: Introduce optimized cmpxchg_release() family of APIs for PowerPC
                ` [RFC PATCH] locking/atomics/powerpc: Clarify why the cmpxchg_relaxed() family of APIs falls back to full cmpxchg()
                    ` [PATCH] locking/atomics/powerpc: Move cmpxchg helpers to asm/cmpxchg.h and define the full set of cmpxchg APIs
                    ` [tip:locking/core] "
        ` [tip:locking/core] locking/atomics: Clean up the atomic.h maze of #defines

[PATCH fixes-for-current] arm64: dts: exynos: Fix interrupt type for I2S1 device on Exynos5433
 2018-05-06 14:55 UTC 

kernel panic: EXT4-fs (device loop0): panic forced after error
 2018-05-06 14:40 UTC  (7+ messages)

[PATCH] nvmem: properly handle returned value nvmem_reg_read
 2018-05-06 13:58 UTC  (2+ messages)

Dell docking station & Dell Embedded Controller & PS/2 devices
 2018-05-06 13:47 UTC  (3+ messages)

[linux-firmware] Version in WHENCE file
 2018-05-06 13:07 UTC  (2+ messages)

[PATCH] locking/atomics: Shorten the __atomic_op() defines to __op()
 2018-05-06 12:15 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH] x86/vdso: remove unused file
 2018-05-06 12:13 UTC  (3+ messages)
` [tip:x86/vdso] x86/vdso: Remove "
` [tip:x86/pti] "

[PATCH v2 0/4] Restore ULPI USB on Tegra20
 2018-05-06 12:01 UTC  (3+ messages)

[PATCH 0/9] tree-wide: fix typo 'can by' to 'can be'
 2018-05-06 11:23 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: i2c: "
` [PATCH 2/9] powerpc/watchdog: "
` [PATCH 3/9] base: core: "
` [PATCH 4/9] hwmon: fschmd: "
` [PATCH 5/9] input: ati_remote2: "
` [PATCH 6/9] NTB: ntb_hw_idt: "
` [PATCH 7/9] reiserfs: journal: "
` [PATCH 8/9] net: flow_dissector: "
` [PATCH 9/9] objtool: "

[PATCH] x86: Convert mce timer to hrtimer
 2018-05-06 10:59 UTC  (4+ messages)
` [PATCH] x86: UV: raw_spinlock conversion

[PATCH] x86, mce: Fix stack out-of-bounds write in mce-inject.c:flags_read()
 2018-05-06 10:52 UTC  (2+ messages)
` [tip:ras/core] x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()

[PATCH v3 1/2] x86/mce: new Centaur CPU support MCE broadcasting
 2018-05-06 10:51 UTC  (2+ messages)
` [tip:ras/core] x86/MCE: Enable MCE broadcasting on new Centaur CPUs

[PATCH] PCI: pciehp: Add quirk for QDF2400 Command Completed erratum
 2018-05-06 10:30 UTC 

[PATCH 0/4] Add required changes to ufshcd to support exynos ufs hci
 2018-05-06 10:14 UTC  (5+ messages)
    ` [PATCH 1/4] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
    ` [PATCH 2/4] scsi: ufs: add quirk not to allow reset of interrupt aggregation
    ` [PATCH 3/4] scsi: ufs: add quirk to enable host controller without hce
    ` [PATCH 4/4] scsi: ufs: make ufshcd_config_pwr_mode of non-static func

Moving unmaintained filesystems to staging
 2018-05-06 10:12 UTC  (13+ messages)
    ` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
      ` moving affs + RDB partition support to staging?

[PATCH v11 0/6] Introduce the STACKLEAK feature and a test for it
 2018-05-06 10:04 UTC  (10+ messages)
` [PATCH v11 2/6] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-06 10:03 UTC  (6+ messages)

[GIT PULL] KVM fixes for Linux 4.17-rc4
 2018-05-06  9:56 UTC 

[git pull] IOMMU Fixes for Linux v4.17-rc4
 2018-05-06  9:44 UTC 

[PATCH v2] z3fold: fix reclaim lock-ups
 2018-05-06  9:39 UTC  (2+ messages)

pciehp 0000:00:1c.0:pcie004: Timeout on hotplug command 0x1038 (issued 65284 msec ago)
 2018-05-06  9:35 UTC  (7+ messages)

INFO: rcu detected stall in vcpu_enter_guest
 2018-05-06  9:34 UTC  (2+ messages)

[PATCH v2] [media] pvrusb2: delete unneeded include
 2018-05-06  8:33 UTC 

[PATCH] [media] media: delete unneeded include
 2018-05-06  7:58 UTC 

[PATCH] mwifiex: delete unneeded include
 2018-05-06  7:53 UTC 

[PATCH 0/2] Stackleak for arm64
 2018-05-06  8:22 UTC  (6+ messages)
` [PATCH 2/2] arm64: Clear the stack

Clang patch stacks for LTS kernels (v4.4 and v4.9) and status update
 2018-05-06  8:16 UTC  (9+ messages)

[PATCH 01/24] selftests: android: ion: return Kselftest Skip code for skipped tests
 2018-05-06  8:15 UTC  (3+ messages)
` [PATCH 07/24] selftests: filesystems: "

[PATCH] media: i2c: lm3560: add support for lm3559 chip
 2018-05-06  8:06 UTC 

[GIT pull] x86 fix for 4.17
 2018-05-06  8:03 UTC 

[PATCH] media: i2c: lm3560: use conservative defaults
 2018-05-06  8:02 UTC 

[GIT pull] clocksource fixes for 4.17
 2018-05-06  7:59 UTC 

[PATCH v2] ARM: dts: am437x-sk-evm: add wilink8 support
 2018-05-06  7:58 UTC 

[GIT pull] irq fix for 4.17
 2018-05-06  7:54 UTC 

[PATCH] net/mlx5: Fix mlx5_get_vector_affinity function
 2018-05-06  7:43 UTC  (3+ messages)

[PATCH BUGFIX] block, bfq: postpone rq preparation to insert or merge
 2018-05-06  7:42 UTC  (7+ messages)

[PATCH 1/3] staging: wilc1000: Remove unused variables
 2018-05-06  7:33 UTC  (3+ messages)
` [PATCH 2/3] staging: wilc1000: Remove useless function
` [PATCH 3/3] staging: wilc1000: Remove unnecessary array index check

Handling lm3559 flash on Motorola Droid 4 and others
 2018-05-06  7:31 UTC  (2+ messages)

[PATCH] staging: greybus: Remove unused local variable
 2018-05-06  6:50 UTC 

[PATCH 0/7] gnss: add new GNSS subsystem
 2018-05-06  6:47 UTC  (6+ messages)

[PATCH v3 1/3] resource: Use list_head to link sibling resource
 2018-05-06  6:31 UTC  (5+ messages)

[PATCH v3 0/3] resource: Use list_head to link sibling resource
 2018-05-06  6:19 UTC  (8+ messages)
` [PATCH v3 2/3] resource: add walk_system_ram_res_rev()

[PATCH v3 0/5] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-06  6:15 UTC  (8+ messages)
` [PATCH v3 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node
` [PATCH v3 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v3 4/5] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
` [PATCH v3 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING

[PATCH V6 1/7] ARM: dts: imx6sx-sabreauto: add PMIC support
 2018-05-06  6:10 UTC  (9+ messages)
` [PATCH V6 4/7] ARM: dts: imx6sx-sabreauto: add fec support
` [PATCH V6 7/7] ARM: dts: imx6sx-sabreauto: add egalax touch screen support

[PATCH] nubus: Unconditionally register bus type
 2018-05-06  6:00 UTC  (3+ messages)

[PATCH] scsi: 3ware: fix a missing-check bug
 2018-05-06  5:50 UTC 

[PATCH] scsi: 3w-xxxx: fix a missing-check bug
 2018-05-06  5:48 UTC 

[PATCH 0/8] Assorted rhashtable fixes and cleanups
 2018-05-06  5:20 UTC  (21+ messages)
` [PATCH 2/8] rhashtable: remove nulls_base and related code
` [PATCH 8/8] rhashtable: don't hold lock on first table throughout insertion
` [PATCH 6/8] rhashtable: further improve stability of rhashtable_walk
` [PATCH 1/8] rhashtable: silence RCU warning in rhashtable_test
` [PATCH 4/8] rhashtable: fix race in nested_table_alloc()
` [PATCH 3/8] rhashtable: use cmpxchg() to protect ->future_tbl

[PATCH v2] block: add verifier for cmdline partition
 2018-05-06  4:52 UTC 

[PATCH] x86/kvm: replace TASK_UNINTERRUPTIBLE with TASK_KILLABLE
 2018-05-06  4:26 UTC  (3+ messages)

BUG: corrupted list in rdma_listen
 2018-05-06  4:09 UTC  (2+ messages)

[PATCH] scsi: 3w-9xxx: fix a missing-check bug
 2018-05-06  3:43 UTC 

[PATCH] virt: vbox: fix a missing-check bug
 2018-05-06  3:30 UTC 

[PATCH] scsi: sg: fix a missing-check bug
 2018-05-06  3:21 UTC 

[PATCH v2 1/2] MIPS: Convert read_persistent_clock() to read_persistent_clock64()
 2018-05-06  3:04 UTC  (3+ messages)
` [PATCH v2 2/2] MIPS: Convert update_persistent_clock() to update_persistent_clock64()

crosstool requirements?
 2018-05-06  2:35 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 4.17-2
 2018-05-06  2:20 UTC 

[PATCH v2 1/1] drivers core: multi-threading device shutdown
 2018-05-06  1:56 UTC  (3+ messages)
` [Intel-wired-lan] "
` [RFC PATCH] drivers core: device_root_tasks_done can be static

[PATCH] nubus: Unconditionally register bus type
 2018-05-06  1:47 UTC 

BUG: please report to dccp@vger.kernel.org => prev = 0, last = 0 at net/dccp/ccids/lib/packet_history.c:LINE/tfrc_rx_his
 2018-05-06  0:57 UTC 

drivers/gpu/drm/bridge/sil-sii8620.c:2229: undefined reference to `extcon_find_edev_by_node'
 2018-05-06  0:46 UTC  (2+ messages)

[PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
 2018-05-06  0:27 UTC  (9+ messages)
` [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization

[GIT PULL] USB driver fixes for 4.17-rc4
 2018-05-05 23:36 UTC 

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-05-05 22:19 UTC  (3+ messages)
` [PATCH v4 05/22] iommu: introduce iommu invalidate API function

WARNING in kernfs_add_one
 2018-05-05 22:07 UTC  (4+ messages)

[RFC PATCH 2/3] arcnet: com20020: Fixup missing SLOWARB bit
 2018-05-05 21:37 UTC 

[RFC PATCH 3/3] arcnet: com20020: Add ethtool support
 2018-05-05 21:35 UTC 

[RFC PATCH 1/3] arcnet: com20020: Add memory map of com20020
 2018-05-05 21:34 UTC 

[PATCH] ANDROID: binder: remove 32-bit binder interface
 2018-05-05 21:10 UTC  (2+ messages)


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).