All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-13 00:32:01 to 2015-07-13 04:40:48 UTC [more...]

[PATCH 0/7] tty core debug patches
 2015-07-13  4:40 UTC  (12+ messages)
` [PATCH 1/7] tty: core: Improve debug message content
` [PATCH 2/7] tty: core: Add tty_debug() for printk(KERN_DEBUG) messages
` [PATCH 3/7] tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()
` [PATCH 4/7] tty: Use tty_debug() for tty_ldisc_debug()
` [PATCH 5/7] tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENT
` [PATCH 6/7] tty: core: Improve ldisc debug messages
` [PATCH 7/7] pty: Add debug message for ptmx open

[RFC PATCH v4 0/3] Make eBPF programs output data to perf event
 2015-07-13  4:36 UTC  (4+ messages)
` [RFC PATCH v4 3/3] bpf: Introduce function for outputing "

Making 10.1.467 based CT firmware do mgt-over-htt
 2015-07-13  4:36 UTC 

Git at OSCON
 2015-07-13  4:35 UTC  (2+ messages)

[PATCH] drm/i915/bxt: WA for swapped HPD pins in A stepping
 2015-07-13  4:17 UTC 

[Ksummit-discuss] [CORE TOPIC] Issues with stable process
 2015-07-13  4:27 UTC  (6+ messages)

[U-Boot] (no subject)
 2015-07-13  4:24 UTC  (8+ messages)
` [U-Boot] [PATCH] musb: set MUSB speed based on CONFIG

[PATCH v3 00/10] hugetlbfs: add fallocate support
 2015-07-13  4:21 UTC  (22+ messages)
` [PATCH v3 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH v3 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH v3 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [PATCH v3 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH v3 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
` [PATCH v3 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [PATCH v3 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH v3 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH v3 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH v3 10/10] mm: madvise allow remove operation for hugetlbfs

[U-Boot] QSPI NOR MTDs
 2015-07-13  4:23 UTC  (2+ messages)

[PATCH 00/10 v7] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-13  4:20 UTC  (8+ messages)
` [PATCH 07/10 v7] sunrpc: Switch to using list_head instead single list
` [PATCH 10/10 v7] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[PATCH v2 2/6] soc: Mediatek: Add SCPSYS CPU power domain driver
 2015-07-13  4:18 UTC  (5+ messages)

linux-next: Tree for Jul 13
 2015-07-13  4:17 UTC 

[U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot
 2015-07-13  4:17 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/14] x86: delete unneeded declarations of disable_irq() and enable_irq()
` [U-Boot] [PATCH v2 02/14] linux_compat: remove cpu_relax() define
` [U-Boot] [PATCH v2 03/14] linux_compat: move vzalloc() to header file as an inline function
` [U-Boot] [PATCH v2 04/14] linux_compat: handle __GFP_ZERO in kmalloc()
` [U-Boot] [PATCH v2 05/14] dm: add DM_FLAG_BOUND flag
` [U-Boot] [PATCH v2 06/14] devres: introduce Devres (Managed Device Resource) framework
` [U-Boot] [PATCH v2 07/14] devres: add devm_kmalloc() and friends (managed memory allocators)
` [U-Boot] [PATCH v2 08/14] dm: refactor device_bind() and device_unbind() with devm_kzalloc()
` [U-Boot] [PATCH v2 09/14] dm: merge fail_alloc labels
` [U-Boot] [PATCH v2 10/14] linux_compat: introduce GFP_DMA flag for kmalloc()
` [U-Boot] [PATCH v2 11/14] dm: refactor device_probe() and device_remove() with devm_kzalloc()
` [U-Boot] [PATCH v2 12/14] devres: add debug command to dump device resources
` [U-Boot] [PATCH v2 13/14] dm: remove redundant CONFIG_DM from driver/core/Makefile
` [U-Boot] [PATCH v2 14/14] devres: compile Devres iif CONFIG_DM_DEVICE_REMOVE is enabled

[PATCH v3 0/9] regulator: Merge max77843 into max77693
 2015-07-13  4:12 UTC  (2+ messages)

[Patch V5 00/16] xen: support pv-domains larger than 512GB
 2015-07-13  4:10 UTC  (4+ messages)
` [Patch V5 13/16] xen: add explicit memblock_reserve() calls for special pages

Crypto Update for 3.13
 2015-07-13  4:08 UTC  (11+ messages)
` Crypto Update for 3.14
  ` Crypto Update for 3.15
    ` Crypto Update for 3.16
      ` Crypto Update for 3.17
        ` Crypto Update for 3.18
          ` Crypto Update for 3.19
            ` Crypto Update for 3.20
              ` Crypto Fixes for 4.2

[RFC PATCH 0/2] net: macb: Add mdio driver for accessing multiple phy devices
 2015-07-13  3:35 UTC  (3+ messages)
` [RFC PATCH] "
` [RFC PATCH 2/2] net: macb: Add support for single mac managing more than one phy

[RFC PATCH 0/4] Shared vhost design
 2015-07-13  4:07 UTC  (6+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users
` [RFC PATCH 2/4] vhost: Limit the number of devices served by a single worker thread
` [RFC PATCH 3/4] cgroup: Introduce a function to compare cgroups
` [RFC PATCH 4/4] vhost: Add cgroup-aware creation of worker threads

[PATCH] tests/kms_color:Color IGT
 2015-07-13  4:01 UTC  (2+ messages)

Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication
 2015-07-13  3:59 UTC  (7+ messages)

[PATCH v7 1/4] drm/layerscape: Add Freescale DCU DRM driver
 2015-07-13  3:58 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/8] Disas QOMification, round 2
 2015-07-13  3:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/8] disas: m68k: QOMify target specific disas setup

Git force push fails after a rejected push (unpack failed)?
 2015-07-13  3:52 UTC  (10+ messages)
        ` [PATCH] check_and_freshen_file: fix reversed success-check

[nightly] Distroless meta-ti/master minimal build 2015-07-12_21-00-51
 2015-07-13  3:44 UTC 

[RFC PATCH] getcpu_cache system call: caching current CPU number (x86)
 2015-07-13  3:40 UTC  (4+ messages)

Can't remove missing device
 2015-07-13  3:35 UTC  (2+ messages)

[Buildroot] [PATCH 0/7] core/kconfig: fix display of custom error messages (branch yem/misc)
 2015-07-13  3:37 UTC  (5+ messages)
` [Buildroot] [PATCH 2/7] package/linux: don't enforce check for DTS when not building

[PATCH] x86: avoid invalid phys_proc_id reference
 2015-07-13  3:36 UTC 

[PATCH] Doc: pps: Fix file name in pps.txt
 2015-07-13  3:29 UTC 

[PATCH v3 0/5] Add Mediatek MT8173 subsystem clocks support
 2015-07-13  3:34 UTC  (6+ messages)
` [PATCH v3 5/5] arm64: dts: mt8173: Add subsystem clock controller device nodes

[PATCH v3 00/11] USB: OTG/DRD Core functionality
 2015-07-13  2:14 UTC  (20+ messages)
` [PATCH v3 01/11] usb: otg-fsm: Add documentation for struct otg_fsm
` [PATCH v3 02/11] usb: otg-fsm: support multiple instances
` [PATCH v3 03/11] usb: otg-fsm: Prevent build warning "VDBG" redefined
` [PATCH v3 04/11] otg-fsm: move usb_bus_start_enum into otg-fsm->ops
` [PATCH v3 05/11] usb: hcd.h: Add OTG to HCD interface
` [PATCH v3 07/11] usb: otg: add OTG core

[PATCH 2/2] btrfs-progs: device delete to accept devid
 2015-07-13  2:28 UTC  (2+ messages)
` [PATCH 2/2 v2] "

[PATCH v2] net: dsa: mv88e6xxx: add write access to debugfs regs file
 2015-07-13  3:25 UTC  (6+ messages)

[PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures
 2015-07-13  3:23 UTC  (4+ messages)
` [3/3] "

linux-next: build warning after merge of the sound-asoc tree
 2015-07-13  3:23 UTC 

Fighting out-of-order reception with RPS?
 2015-07-13  3:22 UTC  (4+ messages)

[PATCH 1/2] power: reset: at91: add sama5d3 reset function
 2015-07-13  3:21 UTC  (9+ messages)

[PATCH v3] x86: correct socket_cpumask allocation
 2015-07-13  3:19 UTC  (8+ messages)

[PATCH v2 00/13] Kill off set_irq_flags
 2015-07-13  3:19 UTC  (4+ messages)
` [PATCH v2 01/13] ARM: kill off set_irq_flags usage

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Fix potentially broken skb network header access
 2015-07-13  3:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-ppc: Add POWER8E_v2.1 CPU model
 2015-07-13  3:11 UTC  (12+ messages)

[Qemu-devel] [PATCH] more check for replaced node
 2015-07-13  2:41 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 0/1] s390 pci infrastruture modelling
 2015-07-13  2:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/1] s390 pci infrastructure modelling

[Qemu-devel] [PATCH qemu v10 00/14] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-07-13  1:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH qemu v10 10/14] spapr_pci: Enable vfio-pci hotplug

[PATCH] Drop owner assignment from i2c_driver (and platform left-overs)
 2015-07-13  2:59 UTC  (5+ messages)
` [PATCH 2/2] ASoC: Drop owner assignment from platform_driver

[meta-fsl-arm][PATCH 00/33] Upgrade to 3.14.38-6QP_Beta release
 2015-07-13  2:54 UTC  (6+ messages)
  ` [meta-fsl-arm][PATCH 01/33] linux-imx: Upgrade to 3.14.38-6QP_beta release

[PATCH 00/18] ARM: Migrate clockevent drivers to 'set-state'
 2015-07-13  2:52 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2015-07-13  2:50 UTC 

[PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state'
 2015-07-13  2:51 UTC  (2+ messages)

Darlehen anbieten
 2015-07-12 21:36 UTC 

Darlehen anbieten
 2015-07-12 21:35 UTC 

[PATCH 00/45] Remove clk.h from clk-provider.h (clk drivers part)
 2015-07-13  2:33 UTC  (3+ messages)
` [PATCH 25/45] clk: socfpga: Remove clk.h include

[PATCH] MAINTAINERS: claim responsability for intel e1000
 2015-07-13  2:32 UTC 

[PATCH] cpufreq: integrator: fixed coding style issues
 2015-07-13  2:31 UTC  (2+ messages)

[PATCH 0/3] kexec: refactor CONFIG_KEXEC/CONFIG_KEXEC_FILE Kconfig
 2015-07-13  2:13 UTC  (8+ messages)
` [PATCH 1/3] [PATCH 1/3] kexec: split kexec_file syscall code to kexec_file.c
` [PATCH 2/3] [PATCH 2/3] kexec: split kexec_load syscall from kexec core code
` [PATCH 3/3] [PATCH 3/3] kexec-x86-kdebug-h-drop-useless-macro

[PATCH] MIPS: Loongson 2F: fix broken build due incorrect includes
 2015-07-13  2:30 UTC  (2+ messages)

[RFC] freeing unliked file indefinitely delayed
 2015-07-13  2:30 UTC  (5+ messages)
    ` [RFC] freeing unlinked "

[PATCH V2] acpi-cpufreq: Fix an acpi perf unregister issue
 2015-07-13  2:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/1] Add live migration for vhost user
 2015-07-13  2:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/1] vhost user: add support of live migration

Btrfs read-only after btrfs-convert from Ext4 & workaround
 2015-07-13  2:26 UTC  (2+ messages)

[RFC] genalloc:add an gen_pool_alloc_align func to genalloc
 2015-07-13  2:22 UTC  (4+ messages)

[Buildroot] [RFC PATCH v2 0/5] Add ILP32 support in aarch64
 2015-07-13  2:21 UTC  (3+ messages)

[PATCH v3 0/2] iio: light: add support for APDS9660 sensor
 2015-07-13  2:20 UTC  (5+ messages)
` [PATCH v3 1/2] iio: light: DT binding docs for APDS9960 driver
  ` [PATCH v3 2/2] iio: light: add APDS9960 ALS + promixity driver

[PATCH] hfp_hf_bluez5: Fix crash on repairing a Device
 2015-07-13  2:19 UTC  (2+ messages)

Pipe Fittings manufacturer enquiry
 2015-07-13  2:15 UTC 

[PATCH] systemd: fix systemd-udev-hwdb-update service
 2015-07-13  2:12 UTC  (2+ messages)

[PATCH][resend] perl: fix build failure if building dir has the "blib" string
 2015-07-13  2:11 UTC  (5+ messages)

[Ksummit-discuss] [CORE TOPIC] Follow-Up(s) on previous Kernel Summits | KSummit Archive
 2015-07-13  2:04 UTC  (2+ messages)

[PATCH v4 0/5] Refactor module `eventfd_link'
 2015-07-13  1:59 UTC  (9+ messages)
` [PATCH v5 4/5] vhost: eventfd_link: replace copy-pasted sys_close

[Bug 101391] New: Lockup after resume (kernel BUG at include/drm/drm_mm.h:145!)
 2015-07-13  1:58 UTC  (2+ messages)
` [Bug 101391] "

[PATCH][resend] elfutils: fix stack usage warning
 2015-07-13  1:52 UTC 

[Bug 91279] agd5f drm tonga occasional traps error:0 in libdrm_amdgpu.so.1.0.0
 2015-07-13  1:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] cpu: add i386 cpu hot remove support
 2015-07-13  1:45 UTC  (5+ messages)

attempting mesh on ath10k
 2015-07-13  1:43 UTC  (4+ messages)

[xen-unstable test] 59472: regressions - FAIL
 2015-07-13  1:43 UTC 

[PATCH] virtio: fix the vq size issue
 2015-07-13  1:40 UTC  (5+ messages)

V4.1-RC build error after commit 77a3c6f
 2015-07-13  1:35 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM
 2015-07-13  1:35 UTC 

[PATCH] vb2: Fix compilation breakage when !CONFIG_BUG
 2015-07-13  1:30 UTC  (2+ messages)

[PATCH v2] qla2xxx: use t10_pi_tuple
 2015-07-13  1:28 UTC  (2+ messages)

[PATCH] ARM: shmobile: rcar-gen2: CONFIG_ARM_ARCH_TIMER is always set
 2015-07-13  1:23 UTC  (2+ messages)

[PATCH] i40e: fix the VF rss issue when nb_rx_queue is less than nb_tx_queue
 2015-07-13  1:21 UTC 

[Buildroot] [PATCH v2] busybox: udhcpc create leases file
 2015-07-13  1:20 UTC  (2+ messages)

[PATCH] rds: rds_ib_device.refcount overflow
 2015-07-13  1:18 UTC  (2+ messages)

[PATCH] serial: core: Fix crashes while echoing when closing
 2015-07-13  1:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ARM: shmobile: apmu: silence build warnings
 2015-07-13  1:04 UTC  (2+ messages)

[PATCH v2] sched: let __sched_period() use rq's nr_running
 2015-07-13  0:56 UTC  (3+ messages)

[PATCH v7 00/23] usb gadget update for OTG 2.0
 2015-07-13  1:03 UTC  (7+ messages)
` [PATCH v7 08/23] usb: chipidea: set usb otg capabilities
` [PATCH v7 09/23] usb: chipidea: update ci_otg_is_fsm_mode conditions

[Ocfs2-devel] [PATCH 1/2 v2] ocfs2: fix race between dio and recover orphan
 2015-07-13  0:54 UTC  (3+ messages)

[PATCH 1/2] tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release
 2015-07-13  0:50 UTC  (2+ messages)
` [PATCH 2/2] tty: buffers: Move hidden buffer index advance into outer loop

[PATCH] tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()
 2015-07-13  0:47 UTC 

[PATCH] DocBook: Avoid stdout junk with no man pages to compress
 2015-07-13  0:46 UTC  (3+ messages)

Anyone tried out btrbk yet?
 2015-07-13  0:42 UTC  (4+ messages)

[Bug 91319] New: Nouveau driver cannot extract FCODE ROM / DCB Block from OpenFirmware Device tree
 2015-07-13  0:41 UTC  (2+ messages)
  ` [Bug 91319] "

[Buildroot] [PATCH v2] quazip: new package
 2015-07-13  0:38 UTC 

[PATCH 1/2] Add missing rcu_read_lock for task_pgrp
 2015-07-13  0:35 UTC  (3+ messages)
` [PATCH v4] tty: add "

[Buildroot] [PATCH v2] nfs-utils: Bump version
 2015-07-13  0:32 UTC 


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.