All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-01 11:02:20 to 2017-10-01 15:04:04 UTC [more...]

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-10-01 15:04 UTC  (9+ messages)
` [PATCH v2 0/6] reroll ma/plugleaks; more `object_array`-fixes

[PATCH v2 0/4] Make PL031 interrupt optional
 2017-10-01 15:03 UTC  (3+ messages)

HP-UX for C8000
 2017-10-01 15:02 UTC  (7+ messages)

[RFC v3 0/7] PMC/PUNIT IPC driver cleanup
 2017-10-01 14:59 UTC  (17+ messages)
` [RFC v3 1/7] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v3 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v3 3/7] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v3 4/7] platform: x86: Add generic Intel IPC driver

AW: v4.14.0-rc1+
 2017-10-01 14:58 UTC 

[U-Boot] [PATCH 01/10] usb: emul: Remove maxpacketsize in usb_emul_setup_device()
 2017-10-01 14:58 UTC  (11+ messages)
` [U-Boot] [PATCH 02/10] usb: Fix comments of usb_emul_find_for_dev()
` [U-Boot] [PATCH 03/10] usb: sandbox: Initialize root hub's device speed to high speed
` [U-Boot] [PATCH 04/10] usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
` [U-Boot] [PATCH 05/10] usb: emul: Expose find_descriptor() as a public API
` [U-Boot] [PATCH 06/10] usb: emul: hub: Report the actual device speed of the emulation device
` [U-Boot] [PATCH 07/10] dm: usb: Fix broken usb_stop()
` [U-Boot] [PATCH 08/10] dm: usb: Remove no longer needed blk_unbind_all()
` [U-Boot] [PATCH 09/10] dm: usb: emul: Drop usb_emul_reset()
` [U-Boot] [PATCH 10/10] test: dm: usb: Update test cases for USB

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-01 14:56 UTC  (12+ messages)
` [PATCH 01/11] sha1_file: do not leak `lock_file`
` [PATCH 02/11] treewide: prefer lockfiles on the stack
` [PATCH 03/11] lockfile: fix documentation on `close_lock_file_gently()`
` [PATCH 04/11] tempfile: fix documentation on `delete_tempfile()`
` [PATCH 05/11] cache-tree: simplify locking logic
` [PATCH 06/11] apply: move lockfile into `apply_state`
` [PATCH 07/11] apply: remove `newfd` from `struct apply_state`
` [PATCH 08/11] cache.h: document `write_locked_index()`
` [PATCH 09/11] read-cache: require flags for `write_locked_index()`
` [PATCH 10/11] read-cache: don't leave dangling pointer in `do_write_index()`
` [PATCH 11/11] read-cache: roll back lock on error with `COMMIT_LOCK`

[PATCH 1/2] coccinelle: add rules to use strbuf_add() for adding buffers to strbufs
 2017-10-01 14:54 UTC  (2+ messages)
` [PATCH 2/2] commit: use strbuf_add() to add a buffer to a strbuf

[PATCH 1/2] clk: clk-gpio: Make GPIO clock provider use descriptors only
 2017-10-01 14:53 UTC  (6+ messages)
` [PATCH 2/2] clk: clk-gpio: Request GPIO descriptor as LOW

Questions about bluetooth on N900
 2017-10-01 14:50 UTC  (3+ messages)

zhujing@ecloutech.com.cn; qinxq@ecloutech.com.cn; qiulg@ecloutech.com.cn
 2017-10-01 14:50 UTC  (4+ messages)
  ` /dev/bcacheX can still be written when plug out backing device

[U-Boot] fsl_esdhc driver is broken with DM
 2017-10-01 14:49 UTC  (3+ messages)

[PATCH v6 0/2] drm/tinydrm: drm_of_find_backlight helper
 2017-10-01 14:47 UTC  (10+ messages)
` [PATCH v6 1/2] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

[PATCH] graph: use strbuf_addchars() to add spaces
 2017-10-01 14:45 UTC 

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-01 14:45 UTC 

[PATCH] repository: use FREE_AND_NULL
 2017-10-01 14:44 UTC 

[PATCH] use strbuf_addstr() for adding strings to strbufs
 2017-10-01 14:44 UTC 

[PATCH] path: use strbuf_add_real_path()
 2017-10-01 14:44 UTC 

[PATCH rdma-core] libhns: Update the size and member order of hns_roce_create_qp structure
 2017-10-01 14:39 UTC  (5+ messages)

[PATCH v4 00/15] generate full callchain cursor entries for inlined frames
 2017-10-01 14:31 UTC  (16+ messages)
` [PATCH v4 01/15] perf report: remove code to handle inline frames from browsers
` [PATCH v4 02/15] perf util: store srcline in callchain_cursor_node
` [PATCH v4 03/15] perf util: refactor inline_list to operate on symbols
` [PATCH v4 04/15] perf util: refactor inline_list to store srcline string directly
` [PATCH v4 05/15] perf report: create real callchain entries for inlined frames
` [PATCH v4 06/15] perf report: fall-back to function name comparison for -g srcline
` [PATCH v4 07/15] perf report: mark inlined frames in output by " (inlined)" suffix
` [PATCH v4 08/15] perf script: mark inlined frames and do not print DSO for them
` [PATCH v4 09/15] perf report: compare symbol name for inlined frames when matching
` [PATCH v4 10/15] perf report: compare symbol name for inlined frames when sorting
` [PATCH v4 11/15] perf report: properly handle branch count in match_chain
` [PATCH v4 12/15] perf report: cache failed lookups of inlined frames
` [PATCH v4 13/15] perf report: cache srclines for callchain nodes
` [PATCH v4 14/15] perf report: use srcline from callchain for hist entries
` [PATCH v4 15/15] perf util: enable handling of inlined frames by default

[PATCH v3] powerpc: fix compile error on 64K pages on 40x, 44x
 2017-10-01 14:33 UTC 

[PATCH 2/2] hwmon: xgene: Support PCC shared memory in IO region
 2017-10-01 14:31 UTC  (2+ messages)
` [2/2] "

[PATCH 1/2] hwmon: xgene: Support hwmon v2
 2017-10-01 14:30 UTC  (2+ messages)
` [1/2] "

[PATCH] hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'
 2017-10-01 14:28 UTC  (3+ messages)
`  "

[Bug 103056] Artifacts in CS:GO
 2017-10-01 14:27 UTC 

[PATCH v3 20/22] hwmon: add support for sensors exported via ARM SCMI
 2017-10-01 14:26 UTC  (3+ messages)
` [v3,20/22] "

tc-ipt v0.2: Extension does not know id 1504083504
 2017-10-01 14:25 UTC 

[PATCH v3 0/8] Introduce support for Dell SMBIOS over WMI
 2017-10-01 14:25 UTC  (8+ messages)
` [PATCH v3 4/8] platform/x86: wmi: create character devices when requested by drivers

[PATCH v3 19/22] hwmon: (core) Add hwmon_max to hwmon_sensor_types enumeration
 2017-10-01 14:21 UTC  (3+ messages)
` [v3, "

[PATCH] staging: vc04_services: Use usleep_range() instead of msleep()
 2017-10-01 14:20 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-01 13:25 UTC  (11+ messages)
  ` [Qemu-devel] "

will git rebase has side effect
 2017-10-01 14:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/47] Remove some of the fprintf(stderr, "*
 2017-10-01 14:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 07/47] hw/bt: Replace fprintf(stderr, "*\n" with error_report()
` [Qemu-devel] [PATCH v2 08/47] hw/char: "
` [Qemu-devel] [PATCH v2 09/47] hw/core: "
` [Qemu-devel] [PATCH v2 10/47] hw/cris: "
` [Qemu-devel] [PATCH v2 40/47] hw/usb: "

[PATCH v3 00/13] generate full callchain cursor entries for inlined frames
 2017-10-01 14:12 UTC  (8+ messages)
` [PATCH v3 03/13] perf report: create real callchain "

[PATCH] hwmon: (w83793): make const array watchdog_minors static, reduces object code size
 2017-10-01 14:16 UTC  (3+ messages)
`  "

[PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
 2017-10-01 14:13 UTC  (4+ messages)
` [Nouveau] "
  ` [PATCH v2] "

[PATCH 2/2] hwmon: add dt binding for max1619
 2017-10-01 14:13 UTC  (3+ messages)
` [2/2] "

[PATCH 1/2] dt-bindings: hwmon: add compatible for max1619
 2017-10-01 14:11 UTC  (2+ messages)
` [1/2] "

[PATCH v2] staging: sm750fb: remove typedef for enum
 2017-10-01 14:07 UTC 

QCA988x and kernel 4.13
 2017-10-01 14:06 UTC  (2+ messages)

[PATCH net 0/4] ip_gre: a bunch of fixes for erspan
 2017-10-01 14:00 UTC  (5+ messages)
` [PATCH net 1/4] ip_gre: get key from session_id correctly in erspan_rcv
  ` [PATCH net 2/4] ip_gre: check packet length and mtu correctly in erspan_xmit
    ` [PATCH net 3/4] ip_gre: set tunnel hlen properly in erspan_tunnel_init
      ` [PATCH net 4/4] ip_gre: erspan device should keep dst

[PATCH 4/6] lightnvm: remove stable extern and unused exported symbols
 2017-10-01 13:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] bananapro: bump U-Boot to version 2017.09
 2017-10-01 13:42 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] bananapro: bump Linux to version 4.13.4

S805/S812 Device Tree upstreaming (was: Testing.)
 2017-10-01 13:28 UTC  (12+ messages)
          ` S805/S812 Device Tree upstreaming

[PATCH 6/6] lightnvm: pblk: fix releases of kmem cache in error path
 2017-10-01 13:26 UTC 

[PATCH 5/6] lightnvm: pblk: free up mempool allocation for erases correctly
 2017-10-01 13:25 UTC 

[PATCH 3/6] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
 2017-10-01 13:24 UTC 

[PATCH 2/6] lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
 2017-10-01 13:23 UTC 

[PATCH 1/6] lightnvm: pblk: remove useless line
 2017-10-01 13:23 UTC 

[PATCH 0/6] misc cleanups and error path fixes
 2017-10-01 13:22 UTC 

[U-Boot] [PATCH] usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
 2017-10-01 13:18 UTC  (7+ messages)

[regression 4.14rc] 74def747bcd0 (genirq: Restrict effective affinity to interrupts actually using it)
 2017-10-01 13:17 UTC  (8+ messages)

[PATCH v3 0/5] Add support to LIS2DW12 accel sensor
 2017-10-01 13:15 UTC  (4+ messages)

[PATCH v5 1/2] wire: export w1_touch_bit
 2017-10-01 13:13 UTC  (4+ messages)
` [PATCH v5 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

[PATCH 0/4] rework st_lsm6dsx driver to support more devices
 2017-10-01 13:13 UTC  (7+ messages)
` [PATCH 1/4] iio: imu: st_lsm6dsx: convert max_fifo_size in fifo words
` [PATCH 4/4] iio: imu: st_lsm6dsx: add FIFO ops data structure

[PATCHv4 0/7] Fix remaining issues to drop more omap platform data
 2017-10-01 13:11 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: bus: Minimal TI sysc interconnect target module binding

[Bug 98324] amd-staging-4.7: problems with unblanking displays when monitors are switched off
 2017-10-01 13:11 UTC  (2+ messages)
` [Bug 98324] [DC] "

[PATCH] coccinelle: api: detect duplicate chip data arrays
 2017-10-01 12:42 UTC  (3+ messages)
` [Cocci] "

random insta-reboots on AMD Phenom II
 2017-10-01 13:07 UTC  (5+ messages)

[PATCH] thinkpad_acpi: Implement tablet mode resolving using GMMS method
 2017-10-01 13:06 UTC  (4+ messages)

Linux 4.14: Reported regressions as of Sunday, 2017-10-01
 2017-10-01 13:01 UTC 

[PATCH 0/4] Amlogic Meson6/Meson8/Meson8b efuse support
 2017-10-01 12:57 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: nvmem: Describe the Amlogic Meson6/Meson8/Meson8b efuse
` [PATCH 2/4] nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCs
` [PATCH 3/4] nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCs
` [PATCH 4/4] ARM: dts: meson: add the efuse node

[Buildroot] [PATCH] package/weston: fix build on musl
 2017-10-01 12:32 UTC 

[ANNOUNCE] fstests: master branch updated to 1021cf17bced
 2017-10-01 12:25 UTC 

[PATCH v7 0/6] SMP and CPU hotplug support for Meson8/Meson8b
 2017-10-01 12:19 UTC  (4+ messages)

[PATCH] staging: sm750fb: remove typedef for enum
 2017-10-01 12:15 UTC  (2+ messages)
` [Outreachy kernel] "

[linux-linus test] 113935: tolerable FAIL - PUSHED
 2017-10-01 12:13 UTC 

[RFC PATCH] ARM: dts: meson8b: add reserved memory zones
 2017-10-01 12:12 UTC  (4+ messages)

[RFC PATCH 0/3] define new read_iter file operation rwf flag
 2017-10-01 12:08 UTC  (12+ messages)
` [RFC PATCH 3/3] fs: detect that the i_rwsem has already been taken exclusively

[PATCH v3 0/5] bq27xxx_battery data memory update
 2017-10-01 11:59 UTC  (18+ messages)
                                ` [Cocci] "

[PATCH 1/2] drm/etnaviv: rework clock initialization
 2017-10-01 11:59 UTC  (4+ messages)
` [PATCH 2/2] drm/etnaviv: remove stale comment

[PATCH v2 00/10] Fix checkpatch issues
 2017-10-01 11:56 UTC  (6+ messages)
` [PATCH v2 02/10] Staging: media: atomisp: Remove useless 'out of memory' messages
  ` [Outreachy kernel] "

[PATCH v2 00/13] kernel-doc: add supported to document nested structs/$
 2017-10-01 11:18 UTC  (7+ messages)
` [PATCH v2 09/13] scripts: kernel-doc: parse next structs/unions
` [PATCH v2 12/13] scripts: kernel-doc: handle nested struct function arguments

[PATCH 0/6] bcm63xx_enet: small fixes and cleanups
 2017-10-01 11:02 UTC  (2+ messages)
` [PATCH 6/6] bcm63xx_enet: remove unneeded include


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.