All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-21 05:43:44 to 2015-08-21 07:22:04 UTC [more...]

[PATCH v4 00/52] PCI: Resource allocation cleanup for v4.3
 2015-08-21  6:21 UTC  (56+ messages)
` [PATCH v4 01/52] PCI: Cleanup res_to_dev_res() printout
` [PATCH v4 02/52] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v4 03/52] PCI: Use correct align for optional only resources during sorting
` [PATCH v4 04/52] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v4 05/52] PCI: Optimize bus align/size calculation for optional "
` [PATCH v4 06/52] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v4 07/52] PCI: Reorder resources list for required/optional resources
` [PATCH v4 08/52] PCI: Remove duplicated code for resource sorting
` [PATCH v4 09/52] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v4 10/52] PCI: Treat ROM resource as optional during realloc
` [PATCH v4 11/52] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v4 12/52] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v4 13/52] PCI, acpiphp: Add missing realloc list checking after resource allocation
` [PATCH v4 14/52] PCI: Add __add_to_list()
` [PATCH v4 15/52] PCI: Cache window alignment value during bus sizing
` [PATCH v4 16/52] PCI: Check if resource is allocated before trying to assign one
` [PATCH v4 17/52] PCI: Separate out save_resources()/restore_resources()
` [PATCH v4 18/52] PCI: Move comment to pci_need_to_release()
` [PATCH v4 19/52] PCI: Separate required+optional assigning to another function
` [PATCH v4 20/52] PCI: Skip required+optional if there is no optional
` [PATCH v4 21/52] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v4 22/52] PCI: Add alt_size ressource allocation support
` [PATCH v4 23/52] PCI: Add support for more than two alt_size under same bridge
` [PATCH v4 24/52] PCI: Better support for two alt_size
` [PATCH v4 25/52] PCI: Fix size calculation with old_size on rescan path
` [PATCH v4 26/52] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v4 27/52] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v4 28/52] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v4 29/52] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v4 30/52] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v4 31/52] PCI: Unify skip_ioresource_align()
` [PATCH v4 32/52] PCI: Kill macro checking for bus io port sizing
` [PATCH v4 33/52] resources: Split out __allocate_resource()
` [PATCH v4 34/52] resources: Make allocate_resource() return best fit resource
` [PATCH v4 35/52] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v4 36/52] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v4 37/52] PCI: Add has_mem64 for struct host_bridge
` [PATCH v4 38/52] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v4 39/52] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v4 40/52] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v4 41/52] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v4 42/52] powerpc/PCI: "
` [PATCH v4 43/52] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v4 44/52] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v4 45/52] PCI: Get new realloc size for bridge for last try
` [PATCH v4 46/52] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v4 47/52] PCI: Don't release fixed resource for realloc
` [PATCH v4 48/52] PCI: Claim fixed resource during remove/rescan path
` [PATCH v4 49/52] PCI: Set resource to FIXED for LSI devices
` [PATCH v4 50/52] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v4 51/52] PCI: Introduce resource_disabled()
` [PATCH v4 52/52] PCI: Don't set flags to 0 when assign resource fail

[linux-lvm] Uncache a LV when a cache PV is gone, bug ?
 2015-08-21  7:21 UTC  (2+ messages)

CPUIdle for Exynos5422 Odroid-XU3/XU4 boards
 2015-08-21  7:21 UTC  (7+ messages)

[U-Boot] [PATCH] powerpc/t1023rdb: change default core frequency to 1200MHz
 2015-08-21  7:19 UTC 

[PATCH 1/6] xf86drmMode: remove the trailing white spaces
 2015-08-21  7:18 UTC  (10+ messages)
` [PATCH 2/6] xf86drmMode: separate drmModeAtomicCommit() and drmModeAtomicCleanup()
` [PATCH 3/6] xf86drmMode: Make atomic request structures visible

[U-Boot] [PATCH v2 1/7] x86: superio: Add keyboard controller support to smsc_lpc47m driver
 2015-08-21  7:18 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/7] x86: i8042: Remove unused codes
` [U-Boot] [PATCH v2 3/7] x86: i8042: Reorder static functions
` [U-Boot] [PATCH v2 4/7] x86: i8042: Clean up the driver per coding convention
` [U-Boot] [PATCH v2 5/7] x86: i8042: Correctly initialize the controller
` [U-Boot] [PATCH v2 6/7] video: cfb_console: Allow VGA device to work without i8042 keyboard
` [U-Boot] [PATCH v2 7/7] x86: crownbay: Enable on-board SMSC superio keyboard controller

Storage Training and Development Project
 2015-08-21  7:17 UTC 

misc blocklayout updates
 2015-08-21  7:15 UTC  (4+ messages)

[PATCHv3 0/5] Fix compound_head() race
 2015-08-21  7:13 UTC  (5+ messages)
` [PATCHv3 3/5] mm: pack compound_dtor and compound_order into one word in struct page

[PATCH 0/3] Upgrade lsof, libical, lsbinitscripts
 2015-08-21  7:13 UTC  (5+ messages)
` [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1

[PATCH v2 00/35] Add quota supporting in ubifs
 2015-08-21  7:12 UTC  (5+ messages)
` [PATCH v2 14/35] ubifs: extend budget for blocks

[PATCH 1/3] mtd: spi-nor: Use write_sr for write status
 2015-08-21  7:12 UTC  (6+ messages)
` [PATCH 3/3] mtd: spi-nor: sf: Add clear flag status register support

8712U driver for CentOS 6.6
 2015-08-21  7:11 UTC  (3+ messages)

[PATCH v2] ASoC: Handle multiple codecs with split playback / capture
 2015-08-21  7:11 UTC  (3+ messages)

[PATCH] test_kasan: just fix a typo
 2015-08-21  7:10 UTC 

Using gpio from device tree on platform devices
 2015-08-21  7:10 UTC  (3+ messages)

sleep function in Xen
 2015-08-21  7:07 UTC 

[rhashtable] 9d901bc0515: WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:63 __ioremap_check_ram+0x6a/0x99()
 2015-08-21  7:09 UTC  (5+ messages)
` [lkp] "

[PATCH V7 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
 2015-08-21  7:09 UTC  (11+ messages)
` [PATCH V7 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

Bug in tc of iproute2 ? Deleting single filter, deletes all the filters (apart from hashtable 800::) 
 2015-08-21  7:08 UTC  (2+ messages)

[Xenomai] Help about Alchemy API
 2015-08-21  7:02 UTC  (3+ messages)
  ` [Xenomai] =?gb18030?b?u9i4tKO6ICBIZWxwIGFib3V0IEFsY2hlbXkgQVBJ?=

[review-request][PATCH] toaster: Remvove Log column from All builds page
 2015-08-21  7:02 UTC 

Minor annoyance with 'git interpret-trailers'
 2015-08-21  7:01 UTC  (3+ messages)
` [PATCH] trailer: ignore first line of message

[PATCH] hostapd: Fix bugs from CVE-2015-4141 to CVE-2015-4146
 2015-08-21  6:50 UTC 

[PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register
 2015-08-21  7:00 UTC  (6+ messages)

Persistent Reservation API V2
 2015-08-21  6:59 UTC  (4+ messages)

[rtc-linux] [PATCH] rtc: s5m: fix to update ctrl register
 2015-08-21  6:58 UTC  (7+ messages)
` [rtc-linux] "
        `  "

[conntrack-tools PATCH] nfct: don't link against libnetfilter_conntrack
 2015-08-21  6:54 UTC  (3+ messages)

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-08-21  6:53 UTC  (15+ messages)
` [PATCH v5 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v5 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps
  ` [PATCH v5 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status

[PATCH v1, TRIVIAL] Fix pxafb nonstd field documentation and add errata info
 2015-08-21  6:53 UTC  (5+ messages)

Kernel 4.1.5 not stable - crashes
 2015-08-21  6:51 UTC 

[PATCH] x86, bitops, variable_test_bit should return 1 not -1 on a match
 2015-08-21  6:51 UTC  (2+ messages)

Skrzynka Pocztowa Zostala Tymczasowo Zawieszona!!!
 2015-08-21  6:42 UTC 

[Cluster-devel] [RFC 00/11] Inode security label invalidation
 2015-08-21  6:49 UTC  (10+ messages)
` [Cluster-devel] [RFC 07/11] 9p: Stop using the generic xattr_handler infrastructure
  `  "
` [Cluster-devel] [RFC 09/11] vfs: Add igetxattr inode operation
  `  "
` [Cluster-devel] [RFC 11/11] gfs2: Invalide security labels of inodes that go invalid
  `  "

[U-Boot] [PATCH v2] net: Return -EINTR when ctrl+c is pressed
 2015-08-21  6:49 UTC 

[PATCH V2] perf: x86: Improve accuracy of perf/sched clock
 2015-08-21  6:46 UTC  (3+ messages)

[qemu-mainline test] 60777: tolerable FAIL - PUSHED
 2015-08-21  6:49 UTC 

[meta-oe][PATCH 0/8] fix QA issue for multilib
 2015-08-21  6:46 UTC  (9+ messages)
` [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make
` [meta-oe][PATCH 2/8] libssh: upgrade 0.6.4 -> 0.7.1
` [meta-oe][PATCH 3/8] wbxml2: set correct LIB_SUFFIX for multilib
` [meta-oe][PATCH 4/8] libftdi: "
` [meta-oe][PATCH 5/8] openwsman: pass correct libdir to cmake
` [meta-oe][PATCH 6/8] qt-creator: pass correct IDE_LIBRARY_BASENAME
` [meta-oe][PATCH 7/8] libqofono: fix the hardcoded libdir
` [meta-oe][PATCH 8/8] libconnman-qt: "

[PATCH] i2c: mux: reg: simplify register size checking
 2015-08-21  6:46 UTC  (3+ messages)

[PATCH 0/8] powerpc: use jump label for {cpu,mmu}_has_feature()
 2015-08-21  6:45 UTC  (6+ messages)
` [PATCH 3/8] jump_label: introduce DEFINE_STATIC_KEY_{TRUE, FALSE}_ARRAY macros
  ` [PATCH 3/8] jump_label: introduce DEFINE_STATIC_KEY_{TRUE,FALSE}_ARRAY macros

[RFC] fbdev/riva:change to use generice function to implement reverse_order()
 2015-08-21  6:41 UTC  (5+ messages)

Linux CIFS client, Windows 2012 CIFS file server => files not found?
 2015-08-21  6:38 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/16] tilegx: Firstly add tilegx target for linux-user
 2015-08-21  6:38 UTC  (4+ messages)
    ` [Qemu-devel] Subject: [PATCH 01/16] linux-user: tilegx: Firstly add architecture related features

[PATCH 0/5] net: Hisilicon Network Subsystem support
 2015-08-21  6:36 UTC  (6+ messages)
` [PATCH 2/5] net: add Hisilicon Network Subsystem hnae framework support

[PATCH] drm/i915: Check DP link status on long hpd too
 2015-08-21  6:40 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] ACPI / LPSS: Ignore 10ms delay for Braswell and Baytrail
 2015-08-21 12:11 UTC  (3+ messages)

[GIT PULL] Xilinx Zynq DT changes for v4.3 v2
 2015-08-21  6:36 UTC  (3+ messages)

[RFC PATCH v6 0/9] Add external dma support for Synopsys MSHC
 2015-08-21  6:35 UTC  (8+ messages)
` [RFC PATCH v6 1/9] mmc: dw_mmc: Add external dma interface support

[PATCH v7 0/3] Refactor ioreq server for better performance
 2015-08-21  6:35 UTC  (3+ messages)
` [PATCH v7 2/3] Differentiate IO/mem resources tracked by ioreq server

[PATCH WIP 00/43] New fast registration API
 2015-08-21  6:34 UTC  (11+ messages)
` [PATCH WIP 28/43] IB/core: Introduce new "

[net-next:master 790/1189] xt_TEE.c:undefined reference to `nf_dup_ipv6'
 2015-08-21  6:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2015-08-20
 2015-08-21  6:30 UTC 

Dmesg not being dumped
 2015-08-21  6:28 UTC  (5+ messages)

[net-next:master 791/1189] net/ipv4/netfilter/nft_dup_ipv4.c:29:37: sparse: incorrect type in initializer (different base types)
 2015-08-21  6:29 UTC 

[net-next:master 1179/1189] include/linux/compiler.h:447:38: error: call to '__compiletime_assert_243' declared with attribute error: BUILD_BUG_ON failed: offsetof(struct dst_entry, __refcnt) & 63
 2015-08-21  6:26 UTC  (2+ messages)

[meta-selinux][PATCHv2 0/8] Label file system in build
 2015-08-21  6:25 UTC  (3+ messages)
` [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file

[Qemu-devel] [PATCH v2] qemu-img: Fix crash in amend invocation
 2015-08-21  6:24 UTC  (2+ messages)

[PATCH] x86/traps: Weaken context tracking entry assertions
 2015-08-21  6:23 UTC  (2+ messages)

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-08-21  6:13 UTC  (5+ messages)
` [PATCH 4/7] drm/i915: always pin lrc context for vgpu "

[net-next:master 790/1189] net/ipv6/netfilter/nf_dup_ipv6.c:48:23: sparse: incorrect type in assignment (different base types)
 2015-08-21  6:20 UTC 

[PATCH 0/6] fix drivers/staging/android some coding style issues
 2015-08-21  6:13 UTC  (7+ messages)
` [PATCH 1/6] fix android/ashmem.c several coding style
  ` [PATCH 2/6] fix android/lowmemorykiller.c "
    ` [PATCH 3/6] fix android/sync.c some coding style issues
      ` [PATCH 4/6] fix android/sync.h some coding style CHECK issues
        ` [PATCH 5/6] fix android/timed_gpio.c "
          ` [PATCH 6/6] fix android/sw_sync.c "

[Qemu-devel] [PATCH 0/2] ide/atapi: partially avoid deadlock if the storage backend is dead
 2015-08-21  6:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] block/io: allow AIOCB without callback
` [Qemu-devel] [PATCH 2/2] ide/atapi: partially avoid deadlock if the storage backend is dead

[PATCH v2.2 00/22] FUJITSU Extended Socket network device driver
 2015-08-21  6:11 UTC  (4+ messages)
` [PATCH v2.2 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver

testing the teuthology OpenStack backend
 2015-08-21  6:09 UTC  (3+ messages)

[RFC 0/2] drm/dsi: DSI for devices with different control bus
 2015-08-21  6:09 UTC  (11+ messages)

[Qemu-devel] Debian 7.8.0 SPARC64 on qemu - anything i can do to speedup the emulation?
 2015-08-21  6:05 UTC  (16+ messages)

[RFC V2] fbdev/riva:change to use generice function to implement reverse_order()
 2015-08-21  5:59 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] ti: add usb peripheral support for omap5 and beagle x15
 2015-08-21  5:57 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] include: configs: Enable DWC3 and DFU in ti_omap5_common

[PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id
 2015-08-21  5:57 UTC  (7+ messages)

[PATCHv2] Use BRANCH to control git branch
 2015-08-21  5:55 UTC 

[U-Boot] [PATCH] h2200: Fix build error
 2015-08-21  5:47 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] drivers: kconfig: Move "Generic Driver Options" menu to the top
 2015-08-21  5:44 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu
` [U-Boot] [PATCH 3/3] drivers: kconfig: Sort driver menu in alphabetical order


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.